Skip to content

Commit

Permalink
Fix an issue when scopes where used
Browse files Browse the repository at this point in the history
  • Loading branch information
rymai committed Sep 23, 2013
1 parent 9a9deeb commit dc5734d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/guard/interactor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ def _configure_prompt
#
def _scope_for_prompt
[:plugins, :groups].each do |scope_name|
return _join_scope(scope_name) unless ::Guard.scope[scope_name].empty?
return _join_scope_for_prompt(scope_name) unless ::Guard.scope[scope_name].empty?
end

''
Expand Down

0 comments on commit dc5734d

Please sign in to comment.