diff options
-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 # |