Skip to content

Commit aaf918d

Browse files
authored
CONTRIBUTING.md: use curly brackets in bash vars (Homebrew#31347)
1 parent e815c83 commit aaf918d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ For manual updates, you'll need to fork the repository and add your copy as a re
3636
```bash
3737
$ github_user='<my-github-username>'
3838
$ cd "$(brew --repository)"/Library/Taps/caskroom/homebrew-cask
39-
$ git remote add "$github_user" "https://github.com/$github_user/homebrew-cask"
39+
$ git remote add "${github_user}" "https://github.com/${github_user}/homebrew-cask"
4040
```
4141

4242
3: If you have already added your GitHub fork as a remote for your homebrew-cask Tap, ensure your fork is [up-to-date](https://help.github.com/articles/merging-an-upstream-repository-into-your-fork/).

0 commit comments

Comments
 (0)