diff options
| -rwxr-xr-x | bash/templates/simple-pre-push-hook.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/templates/simple-pre-push-hook.sh b/bash/templates/simple-pre-push-hook.sh index 769474a7..f07fb695 100755 --- a/bash/templates/simple-pre-push-hook.sh +++ b/bash/templates/simple-pre-push-hook.sh @@ -1,4 +1,4 @@ #!/usr/bin/env bash set -Eeuo pipefail -jq -r .description < metadata.json | ssh euandreh.xyz 'cat > /data/git/$PROJECT.git/description' +scp description euandreh.xyz:/data/git/$PROJECT.git/description |
