From 7c8c3f4892ba1a5d7b4f7174d66e2b5d973a21df Mon Sep 17 00:00:00 2001 From: Peter Cottle Date: Wed, 24 Oct 2018 12:36:12 -0700 Subject: [PATCH] Followup to PR #471 -- json issue --- src/levels/remote/pushArgs2.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/levels/remote/pushArgs2.js b/src/levels/remote/pushArgs2.js index f333e40e..8e15cf6f 100644 --- a/src/levels/remote/pushArgs2.js +++ b/src/levels/remote/pushArgs2.js @@ -55,7 +55,7 @@ exports.level = { "", "`git push origin :`", "", - "This is commonly referred to as a colon refspec. Refspec is just a fancy name for a location that git can figure out (like the branch `foo` or even just `HEAD~1`)"., + "This is commonly referred to as a colon refspec. Refspec is just a fancy name for a location that git can figure out (like the branch `foo` or even just `HEAD~1`).", "", "Once you are specifying both the source and destination independently, you can get quite fancy and precise with remote commands. Let's see a demo!" ]