diff options
author | Charadon <dev@iotib.net> | 2022-07-14 04:52:46 -0400 |
---|---|---|
committer | Charadon <dev@iotib.net> | 2022-07-14 04:52:46 -0400 |
commit | d439df54fafa2ab126d6499655ded95e40028aba (patch) | |
tree | cd7440e5d5dee7b28334d7bc7535d5f736f575f7 | |
parent | e842afeffc4c183024773e430e1bd659cac85d2d (diff) | |
download | dscip-d439df54fafa2ab126d6499655ded95e40028aba.tar.gz |
Forgot to remove the `meta` part in the LAST_COMMIT check
-rwxr-xr-x | dscip | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dscip b/dscip index 19a4e84..d8a2696 100755 --- a/dscip +++ b/dscip @@ -100,7 +100,7 @@ run () { # Loads last commit hash if it exists. # if [ -f "$WORKING_DIRECTORY/LAST_COMMIT" ]; then - LAST_COMMIT="$(cat "$WORKING_DIRECTORY/meta/LAST_COMMIT")" + LAST_COMMIT="$(cat "$WORKING_DIRECTORY/LAST_COMMIT")" fi # Loads current commit hash # |