From e764aa19c66099a3802bc829a3cf5b612a62f0da Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Fri, 11 Nov 2016 08:42:30 -0800 Subject: [PATCH] fix colon typo --- update_spamassassin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_spamassassin b/update_spamassassin index 219a537..c5d9629 100755 --- a/update_spamassassin +++ b/update_spamassassin @@ -84,7 +84,7 @@ if ! spamassassin -p $TMPDIR/spamassassin_config/$USERCONF --lint > $TMPDIR/sa_l FAILUREMESSAGE="$(echo -e 'spamassassin -p $TMPDIR/spamassassin_config/$USERCONF --lint\nfailed with\n'| cat - $TMPDIR/sa_lint)"; report_failure fi; -cd "$SACONFIG": +cd "$SACONFIG"; git merge --ff-only --quiet $REMOTE_BRANCH --; trap - 0 remove_pidfile -- 2.39.2