diff options
author | elijah <elijah@riseup.net> | 2012-11-28 14:08:39 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2012-11-28 14:08:39 -0800 |
commit | e2c31618b6f70d86c55c348436dd600b2e4ace21 (patch) | |
tree | 2bf27e98fc62af402499c0e7736b02b280dfc320 /lib/leap_cli/remote | |
parent | 16f9ee1668a06d6b83dfc312d0601d4f235ab8ef (diff) |
command name shuffle -- grouped more commands together as subcommands
Diffstat (limited to 'lib/leap_cli/remote')
-rw-r--r-- | lib/leap_cli/remote/plugin.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/leap_cli/remote/plugin.rb b/lib/leap_cli/remote/plugin.rb index 6dafbd8..803ebf9 100644 --- a/lib/leap_cli/remote/plugin.rb +++ b/lib/leap_cli/remote/plugin.rb @@ -29,7 +29,7 @@ module LeapCli; module Remote; module Plugin rescue Capistrano::CommandError => exc LeapCli::Util.bail! do exc.hosts.each do |host| - LeapCli::Util.log :error, "running deploy: node not initialized. Run 'leap init-node #{host}'", :host => host + LeapCli::Util.log :error, "running deploy: node not initialized. Run 'leap node init #{host}'", :host => host end end end |