diff options
Diffstat (limited to 'src/const.h')
-rw-r--r-- | src/const.h | 4 |
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 |