diff options
Diffstat (limited to 'app/client/system/system.actions.js')
| -rw-r--r-- | app/client/system/system.actions.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/client/system/system.actions.js b/app/client/system/system.actions.js index 7039ff2..8758715 100644 --- a/app/client/system/system.actions.js +++ b/app/client/system/system.actions.js @@ -5,7 +5,7 @@ import actions from '../actions' export const run = (cmd) => (dispatch) => { dispatch({ type: types.system.running_command, cmd }) - socket.actions.run_system_command(cmd) + socket.actions.run_system_command({ cmd }) .then(data => { dispatch({ type: types.system.command_output, |
