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

feature #1112: Fix variable name

This commit is contained in:
Ruben S. Montero 2012-02-28 23:52:51 +01:00
parent 9d59ec9fb7
commit bc6f8630bf

View File

@ -129,7 +129,7 @@ class TransferManagerDriver < OpenNebulaDriver
end
path = File.join(@local_scripts_path, tm, cmd)
path << " " << arguments
path << " " << args
rc = LocalCommand.run(path, log_method(id))