Skip to content

Commit

Permalink
Fix brew install warning
Browse files Browse the repository at this point in the history
Signed-off-by: Marcin Iwanicki <[email protected]>
  • Loading branch information
marciniwanicki committed Nov 12, 2022
1 parent 2a4415c commit 5b88361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/brew.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ function install_formula {
if [[ $? == 0 ]] ; then
brew list "$1" && brew uninstall "$1"
fi
brew install "$1.rb"
brew install --formula "$1.rb"
}

function main {
Expand Down

0 comments on commit 5b88361

Please sign in to comment.