aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2023-11-20 00:29:58 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2023-11-20 00:29:58 -0500
commit62edbefaffeb2f9d3a52193c2e0d54c77acbcc40 (patch)
tree5e27986820bf2bf54c7e5c5b357ce0a27f971e95 /src
parent9e8edf8918c9e79386b4b07f7bc6b2528cea98fb (diff)
downloadstasis-62edbefaffeb2f9d3a52193c2e0d54c77acbcc40.tar.gz
Rebranding
Diffstat (limited to 'src')
-rw-r--r--src/recipe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/recipe.c b/src/recipe.c
index 6f6eeab..3d5b3ec 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, "OHMYCAL is misconfigured. Please check your output path(s) immediately.\n");
+ fprintf(stderr, "OMC is misconfigured. Please check your output path(s) immediately.\n");
fprintf(stderr, "recipe_dir = '%s'\nreponame = '%s'\ndestdir = '%s'\n",
recipe_dir, reponame, destdir);
}