mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
Fix bug in RemotesCommand class
(cherry picked from commit 55596e2c41092a12dd79eae399b8711c1c71ad79)
This commit is contained in:
parent
2f57cb6647
commit
2b1f217033
@ -160,7 +160,7 @@ class RemotesCommand < SSHCommand
|
||||
cmd.run
|
||||
|
||||
if cmd.code == MAGIC_RC
|
||||
self.update_remotes(host, remote_dir, logger)
|
||||
cmd.update_remotes(host, remote_dir, logger)
|
||||
|
||||
@command = command
|
||||
cmd.run
|
||||
@ -169,7 +169,7 @@ class RemotesCommand < SSHCommand
|
||||
cmd
|
||||
end
|
||||
|
||||
def self.update_remotes(host, remote_dir, logger=nil)
|
||||
def update_remotes(host, remote_dir, logger=nil)
|
||||
log("Remote worker node files not found")
|
||||
log("Updating remotes")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user