Skip to content

Commit d8f19cd

Browse files
committed
feat(#242): maybe fixed script
1 parent 05095e2 commit d8f19cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ignite

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ else
2525
args=$@
2626
fi
2727

28-
version=$($path version 2>&1 | grep -E "Ignite CLI version:" | awk '{print $NF}')
28+
version=$(yes | $path version 2>&1 | grep -E "Ignite CLI version:" | awk '{print $NF}')
2929
if [[ $version != $IGNITE_VERSION ]]; then
3030
echo "[Wrapper] Error: No matching ignite version found, required is $IGNITE_VERSION but $version was found"
3131
exit 1

0 commit comments

Comments
 (0)