diff options
Diffstat (limited to 'api')
-rw-r--r-- | api/lib/akLogMessage/index.js (renamed from api/lib/akLogThis/index.js) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/lib/akLogThis/index.js b/api/lib/akLogMessage/index.js index 8f26c84..da35877 100644 --- a/api/lib/akLogThis/index.js +++ b/api/lib/akLogMessage/index.js @@ -3,7 +3,7 @@ const config = require('../../config') module.exports = (type, message) => { const command = spawn( - "ak-logthis", + "ak-log-message", ["ak-daemon", type, message] ); |