diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-26 21:33:26 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-26 21:33:26 +0200 |
| commit | be3b2bd56550b71a2ffb7eb1604c1b8c1d2dd4a2 (patch) | |
| tree | f8b77bcfd10187328b3fadc0de3e1eb6dfa08f8d /app/client/system/system.actions.js | |
| parent | 3d836c372d7eff1e2b507888f1ff652a30187c54 (diff) | |
refactor some task stuff
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 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 } } |
