Skip to content

Commit

Permalink
Only install telnet on macOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
reitermarkus committed May 16, 2024
1 parent f195918 commit 193e182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/brew.rake
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ namespace :brew do
'svgexport' => {},
'talosctl' => {},
'thefuck' => {},
'telnet' => {},
'tree' => {},
'unison' => {},
'velero' => {},
Expand All @@ -205,6 +204,7 @@ namespace :brew do
'pam-touch-id' => {},
'pinentry-mac' => {},
'tag' => {},
'telnet' => {},
'terminal-notifier' => {},
}).freeze if macos?

Expand Down

0 comments on commit 193e182

Please sign in to comment.