Skip to content

Commit

Permalink
Merge pull request #188 from infochimps-labs/show_ghosts
Browse files Browse the repository at this point in the history
should fix #180 ('Terminated machines don't show up even with -VV')
  • Loading branch information
temujin9 committed Oct 6, 2012
2 parents bd3c2b9 + c4c62d8 commit 7923ada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/chef/knife/cluster_show.rb
Expand Up @@ -35,7 +35,7 @@ class ClusterShow < Knife
:boolean => true

def run
with_verbosity(1){ config[:include_terminated] }
with_verbosity(1){ config[:include_terminated] = true }
load_ironfan
die(banner) if @name_args.empty?
configure_dry_run
Expand Down

0 comments on commit 7923ada

Please sign in to comment.