Minor fix to echo.

This commit is contained in:
awalsh128 2021-10-21 15:58:33 -07:00
parent 35fdd91f0f
commit 17fec907ec

View file

@ -3,7 +3,7 @@
version=$1
packages=${@:2}
echo -n "::group::Validate Action Arguments";
echo "::group::Validate Action Arguments";
echo $version | grep -o " " > /dev/null
if [ $? -eq 0 ]; then