Skip to content

Commit 8abe60d

Browse files
committed
Remove redundant --greedy
1 parent a2730c8 commit 8abe60d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Library/Homebrew/test/cask/cli/upgrade_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
end
9797

9898
describe "with --greedy it checks additional Casks" do
99-
it 'includes the Casks with "auto_updates true" or "version latest" with --greedy' do
99+
it 'includes the Casks with "auto_updates true" or "version latest"' do
100100
local_caffeine = Hbc::CaskLoader.load("local-caffeine")
101101
local_caffeine_path = Hbc.appdir.join("Caffeine.app")
102102
auto_updates = Hbc::CaskLoader.load("auto-updates")

0 commit comments

Comments
 (0)