aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/const.h
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-04-27 05:58:20 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2023-04-27 05:58:20 +0200
commitd2e0563af39a474b8e0e5d658f04f3b306641ae9 (patch)
tree2f57c2975f56a4ec27cb420b7796368f88a7a79c /src/const.h
parentsqlite: fix error handling (diff)
downloadcimple-d2e0563af39a474b8e0e5d658f04f3b306641ae9.tar.gz
cimple-d2e0563af39a474b8e0e5d658f04f3b306641ae9.zip
rename commands
Diffstat (limited to 'src/const.h')
-rw-r--r--src/const.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/const.h b/src/const.h
index 539c767..f5a2b99 100644
--- a/src/const.h
+++ b/src/const.h
@@ -13,7 +13,7 @@
#endif
#define DEFAULT_PORT "5556"
-#define CMD_CI_RUN "ci-run"
-#define CMD_WORKER_NEW "worker-new"
+#define CMD_CI_RUN "run"
+#define CMD_NEW_WORKER "new-worker"
#endif