🔧 Disable dry-run in brew_tap_update

This commit is contained in:
Ben Chatelain 2024-07-30 21:28:20 -06:00
parent adcad9c38b
commit 3b5d335fca
No known key found for this signature in database

View file

@ -26,7 +26,7 @@ if [[ $# -gt 3 ]]; then
usage 1>&2
fi
echo='echo'
echo=''
# Detect presence of `-d` dry run option
while getopts "d" o; do