lib/rancher/api/models/instance.rb in rancher-api-0.3.2 vs lib/rancher/api/models/instance.rb in rancher-api-0.3.3
- old
+ new
@@ -49,10 +49,10 @@
data = {
'attachStdin' => true,
'attachStdout' => true,
'command' => command,
- 'tty': true
+ 'tty' => true
}
action = Action.post(url, data)
action.run!
end