mirror of
https://github.com/mas-cli/mas
synced 2025-02-16 12:38:30 +00:00
🔧 Disable dry-run in brew_tap_update
This commit is contained in:
parent
adcad9c38b
commit
3b5d335fca
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue