aboutsummaryrefslogtreecommitdiff
path: root/aux/ci/git-pre-push.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-06-06 09:30:19 -0300
committerEuAndreh <eu@euandre.org>2021-06-06 09:30:19 -0300
commit81643ca1677593291d2024ace4f25b2885c888d4 (patch)
treecf9461f047dac5c0612c097b3dfc9ef83d04bf91 /aux/ci/git-pre-push.sh
parentsrc/remembering.sh: Use tabs for separating options columns (diff)
downloadremembering-81643ca1677593291d2024ace4f25b2885c888d4.tar.gz
remembering-81643ca1677593291d2024ace4f25b2885c888d4.tar.xz
aux/: Use tabs over spaces for .sh files
Diffstat (limited to 'aux/ci/git-pre-push.sh')
-rwxr-xr-xaux/ci/git-pre-push.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/aux/ci/git-pre-push.sh b/aux/ci/git-pre-push.sh
index 5546cb2..5a7ca0b 100755
--- a/aux/ci/git-pre-push.sh
+++ b/aux/ci/git-pre-push.sh
@@ -8,9 +8,9 @@ REMOTE_GIT_DIR="/srv/git/$PACKAGE.git"
DESCRIPTION="$(mktemp)"
if [ -f description ]
then
- cp description "$DESCRIPTION"
+ cp description "$DESCRIPTION"
else
- git config euandreh.description > "$DESCRIPTION"
+ git config euandreh.description > "$DESCRIPTION"
fi
scp "$DESCRIPTION" "git.euandreh.xyz:$REMOTE_GIT_DIR/description"