Skip to content

Commit

Permalink
Fix syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
reitermarkus committed May 16, 2024
1 parent 929829c commit 9350f8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/tasks/brew.rake
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ namespace :brew do

converters_dir = Pathname('/Applications/Converters.localized')

wanted_casks = ({
wanted_casks = {
'a-better-finder-rename' => {},
'aerial' => {},
'araxis-merge' => {},
Expand Down Expand Up @@ -302,7 +302,7 @@ namespace :brew do
'xld' => { flags: ["--appdir=#{converters_dir}"] },
'xnconvert' => { flags: ["--appdir=#{converters_dir}"] },
'xquartz' => {},
} + wanted_fonts).freeze
}.merge(wanted_fonts).freeze

desc 'Install Casks and Formulae'
task :casks_and_formulae => [:'brew:taps'] do
Expand Down

0 comments on commit 9350f8c

Please sign in to comment.