summaryrefslogtreecommitdiff
path: root/app/client/system/system.actions.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-06-05 15:03:13 +0200
committerJules Laplace <julescarbon@gmail.com>2018-06-05 15:04:12 +0200
commitba825eb101f8ca1cbf5de7a87c6c2995a0d687a5 (patch)
tree049b6d2cc7d4517f763b357ba29feb2a6cc2e578 /app/client/system/system.actions.js
parent0db903f139aa2eb91308f99bb3be3619c2d9b217 (diff)
du command
Diffstat (limited to 'app/client/system/system.actions.js')
-rw-r--r--app/client/system/system.actions.js2
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,