Skip to content

Commit 4bef7ca

Browse files
committed
fix resync commit msg
1 parent 2bea24b commit 4bef7ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/scripts/create-pr.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ git remote set-url origin https://x-access-token:${token}@github.com/$owner/$rep
3636
git checkout -b $branch "origin/master"
3737
git add ./test
3838
git apply -R .evergreen/specs.patch
39-
git commit -am "resyncing specs test?"
39+
git commit -am "resyncing specs $(date '+%m-%d-%Y')"
4040
echo "Creating the git checkout... done."
4141

4242
git push origin $branch

0 commit comments

Comments
 (0)