aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/const.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/const.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/const.h b/src/const.h
index c762dbe..f53ef7e 100644
--- a/src/const.h
+++ b/src/const.h
@@ -14,7 +14,7 @@
#define DEFAULT_PORT "5556"
#define DEFAULT_SQLITE_PATH "/var/lib/cimple/cimple.sqlite"
-#define CMD_CI_RUN "run"
+#define CMD_RUN "run"
#define CMD_NEW_WORKER "new-worker"
#endif