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"