diff options
Diffstat (limited to 'src/blogc-make/ctx.h')
-rw-r--r-- | src/blogc-make/ctx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blogc-make/ctx.h b/src/blogc-make/ctx.h index 67d0a7d..14e913f 100644 --- a/src/blogc-make/ctx.h +++ b/src/blogc-make/ctx.h @@ -45,7 +45,7 @@ typedef struct { char *blogc; char *blogc_runserver; - bool production; + bool dev; bool verbose; bm_settings_t *settings; |