From 33a8c993dd72c437efa972a85db5e6821b7a6107 Mon Sep 17 00:00:00 2001 From: Ball Date: Thu, 25 Aug 2016 16:52:47 -0700 Subject: [PATCH 1/2] Replaced ; with && under Update Bug in README.md. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d19a471a21..a0aad4abaa 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Features, usage and installation instructions are [summarised on the homepage](h ## Update Bug If Homebrew was updated on Aug 10-11th 2016 and `brew update` always says `Already up-to-date.` you need to run: ```bash -cd $(brew --repo); git fetch; git reset --hard origin/master; brew update +cd $(brew --repo) && git fetch && git reset --hard origin/master && brew update ``` ## What Packages Are Available? From 238d38bfbb246b8611a2d15dfe5ab946fee11fc4 Mon Sep 17 00:00:00 2001 From: Ball Date: Fri, 26 Aug 2016 11:30:25 -0700 Subject: [PATCH 2/2] Updated issue template's brew update fix. --- .github/ISSUE_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 192aa471e5..feca9d74ec 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: