Skip to content

Commit 5daa53f

Browse files
committed
Fix shellcheck in darwin.sh
1 parent e8f032a commit 5daa53f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/darwin.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ get_renamed_formula() {
5050
if [ -e "$formula_renames_json" ] && grep -q "$formula@$version\":" "$formula_renames_json"; then
5151
grep "$formula@$version\":" "$formula_renames_json" | cut -d ':' -f 2 | tr -d ' ",' | cut -d '@' -f 1
5252
else
53-
echo $formula
53+
echo "$formula"
5454
fi
5555
}
5656

0 commit comments

Comments
 (0)