cd_step
Some checks failed
/ job (push) Failing after 8s

This commit is contained in:
Marc Beninca 2024-04-27 20:21:32 +02:00
parent 692f37fd4d
commit 825475a606
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

2
cd.sh
View file

@ -103,7 +103,7 @@ cd_step () {
if [ "${1}" ] ; then
CD_STEP=$((CD_STEP+1))
echo "
${CD_STEP} ${1}
${CD_STEP} ${1}
"
fi
}