mirror of
https://github.com/shivammathur/setup-php.git
synced 2025-11-27 09:32:46 +07:00
Fix shellcheck in darwin.sh
This commit is contained in:
@ -50,7 +50,7 @@ get_renamed_formula() {
|
||||
if [ -e "$formula_renames_json" ] && grep -q "$formula@$version\":" "$formula_renames_json"; then
|
||||
grep "$formula@$version\":" "$formula_renames_json" | cut -d ':' -f 2 | tr -d ' ",' | cut -d '@' -f 1
|
||||
else
|
||||
echo $formula
|
||||
echo "$formula"
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user