Skip to content

Commit 48e5fa2

Browse files
committed
Shellcheck
1 parent 526f91b commit 48e5fa2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.10_macos.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ if command -v brew &> /dev/null; then
108108
echo "visual-studio-code"
109109
echo "wine-stable"
110110
); do
111-
local app_artifact=$(brew info --json=v2 --cask "${cask}" \
111+
app_artifact=$(brew info --json=v2 --cask "${cask}" \
112112
| jq --raw-output ".casks[] | select(.token==\"${cask}\") | .artifacts[] | .app // empty | .[]" \
113113
| head -1)
114114
[[ -d "/Applications/${app_artifact}" ]] || echo brew install --cask "${cask}"

0 commit comments

Comments
 (0)