From: elijah Date: Mon, 10 Dec 2012 06:27:18 +0000 (-0800) Subject: minor cleanup of node command X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=4e4cdbac88fa36e9bb955cd3a4592b205e5c60ca;p=leap%2Fleap_cli.git minor cleanup of node command --- diff --git a/lib/leap_cli/commands/node.rb b/lib/leap_cli/commands/node.rb index f208f87..91a30ae 100644 --- a/lib/leap_cli/commands/node.rb +++ b/lib/leap_cli/commands/node.rb @@ -138,8 +138,8 @@ module LeapCli; module Commands log :trusted, "- Public SSH host key for #{node.name} matches previously saved key", :indent => 1 else bail! do - log 0, :error, "The public SSH host key we just fetched for #{node.name} doesn't match what we have saved previously.", :indent => 1 - log 0, "Remove the file #{pub_key_path} if you really want to change it.", :indent => 2 + log :error, "The public SSH host key we just fetched for #{node.name} doesn't match what we have saved previously.", :indent => 1 + log "Remove the file #{pub_key_path} if you really want to change it.", :indent => 2 end end elsif public_key.in_known_hosts?(node.name, node.ip_address, node.domain.name)