aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/unpack.rb
diff options
context:
space:
mode:
authorMike McQuaid2016-09-17 15:32:44 +0100
committerMike McQuaid2016-09-17 16:14:13 +0100
commit3982950e6106d45811a396a6a7478eeeee2817d7 (patch)
tree3bc809f42e4356c89f4ff3508bbf0e84cd5d4d41 /Library/Homebrew/cmd/unpack.rb
parent6693915399a5d9f1f09255c5008d2cc1209f7662 (diff)
downloadbrew-3982950e6106d45811a396a6a7478eeeee2817d7.tar.bz2
rubocop --auto-correct all hash-rocket usage.
Diffstat (limited to 'Library/Homebrew/cmd/unpack.rb')
-rw-r--r--Library/Homebrew/cmd/unpack.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/unpack.rb b/Library/Homebrew/cmd/unpack.rb
index a8c7c36a6..1a3044c2e 100644
--- a/Library/Homebrew/cmd/unpack.rb
+++ b/Library/Homebrew/cmd/unpack.rb
@@ -39,7 +39,7 @@ module Homebrew
ENV["VERBOSE"] = "1" # show messages about tar
f.brew do
f.patch if ARGV.flag?("--patch")
- cp_r getwd, stage_dir, :preserve => true
+ cp_r getwd, stage_dir, preserve: true
end
ENV["VERBOSE"] = nil