We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05095e2 commit d8f19cdCopy full SHA for d8f19cd
ignite
@@ -25,7 +25,7 @@ else
25
args=$@
26
fi
27
28
-version=$($path version 2>&1 | grep -E "Ignite CLI version:" | awk '{print $NF}')
+version=$(yes | $path version 2>&1 | grep -E "Ignite CLI version:" | awk '{print $NF}')
29
if [[ $version != $IGNITE_VERSION ]]; then
30
echo "[Wrapper] Error: No matching ignite version found, required is $IGNITE_VERSION but $version was found"
31
exit 1
0 commit comments