aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorMike McQuaid2015-03-12 15:19:02 +0000
committerMike McQuaid2015-03-12 15:19:02 +0000
commit56d8595dbdd400f2078d09b8f0c488e978c7df94 (patch)
tree226165699f5b08e87520e7bf332af410b54bec8c /Library/Homebrew
parent91b6b4c70365567b9df75df5b6806a9b49168d73 (diff)
downloadhomebrew-56d8595dbdd400f2078d09b8f0c488e978c7df94.tar.bz2
Use https for issue URL.
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/os.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/os.rb b/Library/Homebrew/os.rb
index 1dc609517..93df62b7d 100644
--- a/Library/Homebrew/os.rb
+++ b/Library/Homebrew/os.rb
@@ -8,7 +8,7 @@ module OS
end
if OS.mac?
- ISSUES_URL = "http://git.io/brew-troubleshooting"
+ ISSUES_URL = "https://git.io/brew-troubleshooting"
PATH_OPEN = "/usr/bin/open"
elsif OS.linux?
ISSUES_URL = "https://github.com/Homebrew/linuxbrew/wiki/troubleshooting"