Fix shellcheck in darwin.sh
This commit is contained in:
parent
e8f032a051
commit
5daa53ffa1
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ get_renamed_formula() {
|
||||||
if [ -e "$formula_renames_json" ] && grep -q "$formula@$version\":" "$formula_renames_json"; then
|
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
|
grep "$formula@$version\":" "$formula_renames_json" | cut -d ':' -f 2 | tr -d ' ",' | cut -d '@' -f 1
|
||||||
else
|
else
|
||||||
echo $formula
|
echo "$formula"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue