Skip to content

Commit

Permalink
id argument for role
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Wiggins committed Aug 7, 2009
1 parent b48e3a5 commit 0917d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/sumo
Expand Up @@ -43,7 +43,7 @@ class CLI < Thor
end

desc "role", "setup instance as a role"
def role(role)
def role(role, id=nil)
sumo = Sumo.new
inst = sumo.find(id) || sumo.running.first || raise("No running instances")

Expand Down

0 comments on commit 0917d71

Please sign in to comment.