lib/opsicle/commands/ssh_key.rb in opsicle-0.2.1 vs lib/opsicle/commands/ssh_key.rb in opsicle-0.3.0

- old
+ new

@@ -7,10 +7,10 @@ end def execute(options={}) validate! update - say "ssh-key updated successfully" + Output.say "ssh-key updated successfully" end def validate! raise KeyFileNotFound, "No key file could be found" unless File.exists?(@keyfile) raise InvalidKeyFile, "Key file is invalid" unless valid_key_file?