aboutsummaryrefslogtreecommitdiff
path: root/src/recipe.c
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2024-06-21 12:36:55 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2024-06-21 12:48:40 -0400
commit7d675a70bf92bd1606f77fae01c6e56afdcee5ef (patch)
tree91cf7cb955798ad40718341172b0a8ffbc59a1f2 /src/recipe.c
parent931ee28eb9c5b5e3c2b0d3008f5f65d810dc9b0c (diff)
downloadstasis-7d675a70bf92bd1606f77fae01c6e56afdcee5ef.tar.gz
Rebrand OhMyCal (OMC) as STASIS
Diffstat (limited to 'src/recipe.c')
-rw-r--r--src/recipe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/recipe.c b/src/recipe.c
index 43899b8..e51fde6 100644
--- a/src/recipe.c
+++ b/src/recipe.c
@@ -20,7 +20,7 @@ int recipe_clone(char *recipe_dir, char *url, char *gitref, char **result) {
if (!access(destdir, F_OK)) {
if (!strcmp(destdir, "/")) {
- fprintf(stderr, "OMC is misconfigured. Please check your output path(s) immediately.\n");
+ fprintf(stderr, "STASIS is misconfigured. Please check your output path(s) immediately.\n");
fprintf(stderr, "recipe_dir = '%s'\nreponame = '%s'\ndestdir = '%s'\n",
recipe_dir, reponame, destdir);
exit(1);