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 /include/recipe.h | |
parent | 9e8edf8918c9e79386b4b07f7bc6b2528cea98fb (diff) | |
download | stasis-62edbefaffeb2f9d3a52193c2e0d54c77acbcc40.tar.gz |
Rebranding
Diffstat (limited to 'include/recipe.h')
-rw-r--r-- | include/recipe.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/recipe.h b/include/recipe.h index 2a0fe4b..f4c63c1 100644 --- a/include/recipe.h +++ b/include/recipe.h @@ -2,8 +2,8 @@ // Created by jhunk on 10/7/23. // -#ifndef OHMYCAL_RECIPE_H -#define OHMYCAL_RECIPE_H +#ifndef OMC_RECIPE_H +#define OMC_RECIPE_H #include "str.h" #include "utils.h" @@ -17,4 +17,4 @@ int recipe_clone(char *recipe_dir, char *url, char *gitref, char **result); int recipe_get_type(char *repopath); -#endif //OHMYCAL_RECIPE_H +#endif //OMC_RECIPE_H |