diff options
| author | Mike McQuaid | 2015-03-12 15:19:02 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2015-03-12 15:19:02 +0000 |
| commit | 83080be4c1c84290bed5ed077bcb37f243c106d4 (patch) | |
| tree | 918a4d82176f89e03b43028234171bae1c52504b | |
| parent | 21314474cdfa99e85b291bfc7480b3e253774fc8 (diff) | |
| download | brew-83080be4c1c84290bed5ed077bcb37f243c106d4.tar.bz2 | |
Use https for issue URL.
| -rw-r--r-- | Library/Homebrew/os.rb | 2 |
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" |
