aboutsummaryrefslogtreecommitdiff
path: root/api/lib
diff options
context:
space:
mode:
authorkaotisk <kaotisk@arching-kaos.org>2024-03-31 12:00:59 +0300
committerkaotisk <kaotisk@arching-kaos.org>2024-03-31 12:00:59 +0300
commite4f18be94261b39544ef3bc50321f6aedeb45bd6 (patch)
tree2c79daf0bdc91beb91846f00bb3d3f51236967cf /api/lib
parent23a61661f03c03a357ad8aa47ba3595fabe24de1 (diff)
downloadarching-kaos-tools-e4f18be94261b39544ef3bc50321f6aedeb45bd6.tar.gz
arching-kaos-tools-e4f18be94261b39544ef3bc50321f6aedeb45bd6.tar.bz2
arching-kaos-tools-e4f18be94261b39544ef3bc50321f6aedeb45bd6.zip
huge refactor, might breaking things
Diffstat (limited to 'api/lib')
-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]
);