aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorZhiming Wang2016-09-08 06:09:39 -0400
committerGitHub2016-09-08 06:09:39 -0400
commit495419a4ee0456e592bd32906b2d4a4cfa9dbf99 (patch)
treed1d59b4cca5dc79ac6a5e4a5715509de8deb144e /.github
parent3dff6f61d80d38fafdbc80e8d390dce155a10de4 (diff)
parent1a0220d9de1c49df729aaf26cc8d9bb3f3dd072c (diff)
downloadbrew-495419a4ee0456e592bd32906b2d4a4cfa9dbf99.tar.bz2
Merge pull request #889 from zmwangx/readme-quote-cmdsubst
README and ISSUE_TEMPLATE: quote $(brew --repo)
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE.md2
1 files changed, 1 insertions, 1 deletions
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: