summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xssh-hook.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssh-hook.sh b/ssh-hook.sh
index ee23dd4..67130a5 100755
--- a/ssh-hook.sh
+++ b/ssh-hook.sh
@@ -4,7 +4,7 @@ if [ -z "$SSH_ORIGINAL_COMMAND" ]; then
echo "Pull Laminar config"
cd "$(dirname "$(readlink -f "$0")")"
- git fetch --prune --force https://git.cynerd.cz/laminar-cnf master:master
+ git fetch --prune --force
git reset --hard origin/master
echo "Deploy authorized keys"