summaryrefslogtreecommitdiff
path: root/app/client/system/system.actions.js
diff options
context:
space:
mode:
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 1732179..ff32fd6 100644
--- a/app/client/system/system.actions.js
+++ b/app/client/system/system.actions.js
@@ -2,6 +2,6 @@ import * as socket from '../socket'
import types from '../types'
export const run = (cmd) => {
- socket.run_system_command(cmd)
+ socket.system.run_system_command(cmd)
return { type: types.system.running_command, cmd }
}