From bc7d09cfbb566007601b437b4ddda9d3655cd5b3 Mon Sep 17 00:00:00 2001 From: Alvin Lim Date: Mon, 18 Mar 2019 11:19:06 +0700 Subject: [PATCH] chore(publish-canary): remove local --- publish-canary.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/publish-canary.sh b/publish-canary.sh index 85535d0e..98d6bd45 100755 --- a/publish-canary.sh +++ b/publish-canary.sh @@ -25,7 +25,6 @@ git checkout -- . # Echo the status to the log so that we can see it is OK git status -local head_ref branch_ref head_ref=$(git rev-parse HEAD) if [[ $? -ne 0 || ! $head_ref ]]; then err "failed to get HEAD reference"