Skip to content

Commit

Permalink
fix(installer): allow setup.sh to pass args to installer.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
dkarter committed Jan 29, 2024
1 parent fb96be2 commit 2c5d89c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ elif [[ $OS = 'mac' ]]; then
./installer/mac-setup.sh
fi

ruby installer.rb
ruby installer.rb "$@"

0 comments on commit 2c5d89c

Please sign in to comment.