diff options
author | elijah <elijah@riseup.net> | 2012-11-27 01:41:11 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2012-11-27 01:41:11 -0800 |
commit | 6b5d2b1fd03fa300c5fe21915cda28cb97f63225 (patch) | |
tree | 174d3b47263c9f025d1fee51d797b0769967756f /lib/leap_cli/commands | |
parent | 20e74d2a3e029c53439d79436fa8ca2f07a9d100 (diff) |
minor node-init change
Diffstat (limited to 'lib/leap_cli/commands')
-rw-r--r-- | lib/leap_cli/commands/node.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/leap_cli/commands/node.rb b/lib/leap_cli/commands/node.rb index 2b36f58..28e250a 100644 --- a/lib/leap_cli/commands/node.rb +++ b/lib/leap_cli/commands/node.rb @@ -26,7 +26,7 @@ module LeapCli; module Commands ssh.install_authorized_keys ssh.install_prerequisites end - log("Completed: init-node #{node.name}") + log :completed, "init-node #{node.name}" end end |