summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtcwg-update-tested.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcwg-update-tested.sh b/tcwg-update-tested.sh
index 4ceda5f4..fb161f12 100755
--- a/tcwg-update-tested.sh
+++ b/tcwg-update-tested.sh
@@ -38,7 +38,7 @@ if [ x"$(git diff HEAD $GIT_COMMIT_2)" != x"" ]; then
exit 1
fi
# Generate gerrit's Change-Id
- git commit --amend
+ git commit --amend -C HEAD
# Submit review against tcwg-llvmprod branch
git review tcwg-tested
ssh -p29418 review.linaro.org gerrit review --code-review 2 --submit $(git rev-parse HEAD)