From 81643ca1677593291d2024ace4f25b2885c888d4 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 6 Jun 2021 09:30:19 -0300 Subject: aux/: Use tabs over spaces for .sh files --- aux/ci/git-pre-push.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'aux/ci/git-pre-push.sh') 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" -- cgit v1.2.3