RELEASE_ENGINEERING.TXT: Fix typo

This commit is contained in:
tlimoncelli@stackexchange.com
2015-02-03 11:12:52 -05:00
parent 9c6525161c
commit ca3d319c82

View File

@@ -41,5 +41,5 @@ git tag production
git push origin tag production
R="v1.$(date +%Y%m%d)"
git tag "$R"
git push origin tag "$R
```
git push origin tag "$R"
```