summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorolpc user <olpc@xo-5d-f7-86.localdomain>2020-01-07 17:53:02 -0800
committerolpc user <olpc@xo-5d-f7-86.localdomain>2020-01-07 17:53:02 -0800
commitf0830b605d5eeb69e31ac8389a6ee885927a3f2e (patch)
treed0ac6edb88a3a23f6edcde1378c293ef662fc1a1
parentecd1089e9f529d5c168da85056da1ab576638ad5 (diff)
downloadstandingwithresilience-f0830b605d5eeb69e31ac8389a6ee885927a3f2e.tar.gz
standingwithresilience-f0830b605d5eeb69e31ac8389a6ee885927a3f2e.zip
fix typo
-rwxr-xr-xgit-maintenance/store.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-maintenance/store.sh b/git-maintenance/store.sh
index e45524b..e95ff2b 100755
--- a/git-maintenance/store.sh
+++ b/git-maintenance/store.sh
@@ -56,7 +56,7 @@ do
else
echo "$fn IS NEW LOCALLY ($packfile)"
fi
- if [ "$(cat "$packfile" | sha256sum)" = "$(decrypt < encrypted/"$fn" | sha256sum) ]
+ if [ "$(cat "$packfile" | sha256sum)" = "$(decrypt < encrypted/"$fn" | sha256sum)" ]
then
echo "$fn MATCHES CONTENT LOCALLY ($packfile)"
else