Skip to content

Commit

Permalink
Fixed a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldowman committed Oct 23, 2009
1 parent 88f6762 commit 533d5b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/files/usr/local/ec2onrails/lib/roles_helper.rb
Expand Up @@ -48,7 +48,7 @@ def start(role)
end end


def stop(role) def stop(role)
puts "STOPING #{role} role" puts "STOPPING #{role} role"
sudo "god stop #{role}" sudo "god stop #{role}"
end end


Expand Down

0 comments on commit 533d5b2

Please sign in to comment.