From bf6f80d7c7931eeef98599bd51ea2100b1dfba79 Mon Sep 17 00:00:00 2001 From: Chris Chernoff Date: Wed, 7 May 2014 10:47:50 -0700 Subject: [PATCH] Update Contribution guide with correct repo path --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b0b55d92f..d698d0a9c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -13,6 +13,6 @@ contribute: ```bash github_user='' -cd $(brew --prefix)/Library/Taps/caskroom-versions +cd $(brew --prefix)/Library/Taps/caskroom/homebrew-versions git remote add $github_user https://github.com/$github_user/homebrew-versions ```