From ca3d319c822a890c4f88e6b80394391b64fb5ae9 Mon Sep 17 00:00:00 2001 From: "tlimoncelli@stackexchange.com" Date: Tue, 3 Feb 2015 11:12:52 -0500 Subject: [PATCH] RELEASE_ENGINEERING.TXT: Fix typo --- RELEASE_ENGINEERING.TXT | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE_ENGINEERING.TXT b/RELEASE_ENGINEERING.TXT index 7ba7f29..52c323d 100644 --- a/RELEASE_ENGINEERING.TXT +++ b/RELEASE_ENGINEERING.TXT @@ -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 -``` \ No newline at end of file +git push origin tag "$R" +```