From 1a0220d9de1c49df729aaf26cc8d9bb3f3dd072c Mon Sep 17 00:00:00 2001 From: Zhiming Wang Date: Wed, 7 Sep 2016 11:21:41 -0400 Subject: README and ISSUE_TEMPLATE: quote $(brew --repo) Always a good idea to quote command substitution. --- .github/ISSUE_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index feca9d74e..8dbd77f34 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,4 +1,4 @@ -If Homebrew was updated on Aug 10-11th 2016 and `brew update` always says `Already up-to-date.` you need to run: `cd $(brew --repo) && git fetch && git reset --hard origin/master && brew update`. +If Homebrew was updated on Aug 10-11th 2016 and `brew update` always says `Already up-to-date.` you need to run: `cd "$(brew --repo)" && git fetch && git reset --hard origin/master && brew update`. # Please follow the general troubleshooting steps first: -- cgit v1.2.3