Skip to content

Commit f2f1264

Browse files
committed
Fix Homebrew/OSDependsOn style: drop redundant '>=' operator
1 parent 3741553 commit f2f1264

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Casks/m/macmd-viewer.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
end
1414

1515
auto_updates true
16-
depends_on macos: ">= :sonoma"
16+
depends_on macos: :sonoma
1717

1818
app "MacMD Viewer.app"
1919

0 commit comments

Comments
 (0)