Skip to content

Commit 3eba278

Browse files
committed
fix: shell language so good
1 parent f9df13b commit 3eba278

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

linux/ubuntu/scripts/act.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ printf "\n\t🐋 Installed moby-buildx 🐋\t\n"
123123
docker buildx version
124124
IFS=' ' read -r -a NODE <<<"$NODE_VERSION"
125125
for ver in "${NODE[@]}"; do
126-
if [[ "${ver}" == "24" && "$(node_arch)" == "armv7l"]]; then
126+
if [[ "${ver}" == "24" && "$(node_arch)" == "armv7l" ]]; then
127127
ver="22" # rip arm32/v7
128128
fi
129129
printf "\n\t🐋 Installing Node.JS=%s 🐋\t\n" "${ver}"

0 commit comments

Comments
 (0)