diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2023-11-20 00:29:58 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2023-11-20 00:29:58 -0500 |
commit | 62edbefaffeb2f9d3a52193c2e0d54c77acbcc40 (patch) | |
tree | 5e27986820bf2bf54c7e5c5b357ce0a27f971e95 /src | |
parent | 9e8edf8918c9e79386b4b07f7bc6b2528cea98fb (diff) | |
download | stasis-62edbefaffeb2f9d3a52193c2e0d54c77acbcc40.tar.gz |
Rebranding
Diffstat (limited to 'src')
-rw-r--r-- | src/recipe.c | 2 |
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); } |