aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rwxr-xr-xpass/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pass/install.sh b/pass/install.sh
index 2ab3f9e..8a8a054 100755
--- a/pass/install.sh
+++ b/pass/install.sh
@@ -16,7 +16,7 @@ if [ ! -d "$store" ]; then
else
printf "%s: Syncing password-store\n" "$0"
- git remote update
+ git remote update origin
LOCAL=$(git rev-parse @)
REMOTE=$(git rev-parse '@{u}')