We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f11adf commit b81aa3bCopy full SHA for b81aa3b
libraries/helpers.rb
@@ -104,7 +104,7 @@ def set_auth(args, resource)
104
def vsagentexec(args = {})
105
command = 'Agent.Listener '
106
command = './' + command unless windows?
107
- args.each { |key, value| command += append_arguments(key.to_s, value.to_s) + ' ' }
+ args.each { |key, value| command += append_arguments(key.to_s, value) + ' ' }
108
command
109
end
110
0 commit comments