Skip to content

Commit

Permalink
Corrected usage of undefined local variable or method 'names'
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesds committed Jan 19, 2012
1 parent d3bbd95 commit e136146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/god/cli/command.rb
Expand Up @@ -60,7 +60,7 @@ def load_command
# output response
unless affected.empty?
puts 'The following tasks were affected:'
names.each do |w|
affected.each do |w|
puts ' ' + w
end
end
Expand Down

0 comments on commit e136146

Please sign in to comment.