From 4e4cdbac88fa36e9bb955cd3a4592b205e5c60ca Mon Sep 17 00:00:00 2001 From: elijah Date: Sun, 9 Dec 2012 22:27:18 -0800 Subject: minor cleanup of node command --- lib/leap_cli/commands/node.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/leap_cli/commands/node.rb') 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) -- cgit v1.2.3