Skip to content

Commit 9cb035f

Browse files
committed
fix syntax
1 parent 6560306 commit 9cb035f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions/node/require-latest/require.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ check_package() {
5555
fi
5656

5757
for _current_version in "${_versions[@]}"; do
58-
if [ -z "${_current_version}" || "${_current_version}" == "null" ]; then
58+
if [ -z "${_current_version}" ] || [ "${_current_version}" == "null" ]; then
5959
continue
6060
fi
6161

0 commit comments

Comments
 (0)