aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/extend/fileutils.rb
diff options
context:
space:
mode:
authorViktor Szakats2017-08-22 10:31:21 +0000
committerViktor Szakats2017-08-22 10:31:21 +0000
commitb44c7a1022976a4fcd9e7ea9b6069ec971d6b235 (patch)
tree2ace7fb2fa05a246d55c8e12f9de8fcb4eb4f1e6 /Library/Homebrew/extend/fileutils.rb
parent85fd43d4fe595f73b9168360b4c15a43e1a9debf (diff)
downloadbrew-b44c7a1022976a4fcd9e7ea9b6069ec971d6b235.tar.bz2
upgrade more urls to https
Diffstat (limited to 'Library/Homebrew/extend/fileutils.rb')
-rw-r--r--Library/Homebrew/extend/fileutils.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/extend/fileutils.rb b/Library/Homebrew/extend/fileutils.rb
index 52d4cbf51..ed5bfe6c3 100644
--- a/Library/Homebrew/extend/fileutils.rb
+++ b/Library/Homebrew/extend/fileutils.rb
@@ -3,7 +3,7 @@ require "tmpdir"
require "etc"
# Homebrew extends Ruby's `FileUtils` to make our code more readable.
-# @see http://ruby-doc.org/stdlib-2.0.0/libdoc/fileutils/rdoc/FileUtils.html Ruby's FileUtils API
+# @see https://ruby-doc.org/stdlib-2.0.0/libdoc/fileutils/rdoc/FileUtils.html Ruby's FileUtils API
module FileUtils
# Create a temporary directory then yield. When the block returns,
# recursively delete the temporary directory. Passing opts[:retain]