aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McQuaid2015-03-12 15:19:02 +0000
committerMike McQuaid2015-03-12 15:19:02 +0000
commit83080be4c1c84290bed5ed077bcb37f243c106d4 (patch)
tree918a4d82176f89e03b43028234171bae1c52504b
parent21314474cdfa99e85b291bfc7480b3e253774fc8 (diff)
downloadbrew-83080be4c1c84290bed5ed077bcb37f243c106d4.tar.bz2
Use https for issue URL.
-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"