diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-05-13 14:24:36 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-05-13 14:24:40 +0200 |
commit | 046e353e128372f846c432a90ca9401506d37d5b (patch) | |
tree | ec4f318fac89c2144211e58181b51f53d4cc3e55 /src/const.h | |
parent | cmake: document _GNU_SOURCE usage (diff) | |
download | cimple-046e353e128372f846c432a90ca9401506d37d5b.tar.gz cimple-046e353e128372f846c432a90ca9401506d37d5b.zip |
ci_queue -> run_queue
Also, some minor refactoring.
Diffstat (limited to '')
-rw-r--r-- | src/const.h | 2 |
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 |