1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-25 02:50:08 +03:00

bug #412: Remotes update

This commit is contained in:
Ruben S. Montero 2010-11-19 15:11:09 +01:00
parent 52974fe883
commit d687c966dd

View File

@ -159,8 +159,8 @@ class RemotesCommand < SSHCommand
cmd = super(cmd_string, host, logger, stdin)
if cmd.code == MAGIC_RC
RemotesCommand::update_remotes(host, remote_dir, logger)
cmd = super(command, host, logger, stdin)
self.update_remotes(host, remote_dir, logger)
cmd.run(command, host, logger, stdin)
end
cmd