From e784c3907340d903e7feee476e17e3efbf62cf54 Mon Sep 17 00:00:00 2001 From: Martin Langhoff Date: Mon, 29 Jul 2013 16:38:01 -0400 Subject: [PATCH] commit: fix reading origin/production --- ppg-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ppg-commit b/ppg-commit index cafe100..4071d3f 100755 --- a/ppg-commit +++ b/ppg-commit @@ -39,7 +39,7 @@ done # these may not exist production_sha1=$(git rev-parse --revs-only refs/heads/production 2>/dev/null) -orig_production_sha1=$(git rev-parse --revs-only refs/heads/origin/production \ +orig_production_sha1=$(git rev-parse --revs-only origin/production \ 2>/dev/null ) if [ -n "$production_sha1" -a -n "$orig_production_sha1" ]; then -- 2.11.4.GIT