From 26262f2bf23e21c98e5e8be273ba7ec05c7b1726 Mon Sep 17 00:00:00 2001 From: Jeff Jewiss Date: Mon, 13 May 2013 18:31:27 -0400 Subject: [PATCH] Adds .com to example for testing casks --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4b35e42ec..0e28f118a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,7 +14,7 @@ Fork the homebrew-cask repository as per instructions in the ```bash github_user='' cd $(brew --prefix)/Library/Taps/phinze-cask -git remote add $github_user https://github/$github_user/homebrew-cask +git remote add $github_user https://github.com/$github_user/homebrew-cask ``` ## Adding a Cask