parent
19f55577c7
commit
99a9cd34d2
1 changed files with 1 additions and 1 deletions
2
cd.sh
2
cd.sh
|
@ -73,7 +73,7 @@ echo "CD_PROJECT_URL = ${CD_PROJECT_URL}"
|
|||
|
||||
function cd_step {
|
||||
if [ "${1}" ] ; then
|
||||
((CD_STEP++))
|
||||
CD_STEP=$((CD_STEP+1))
|
||||
echo "
|
||||
↕ ${CD_STEP} ↔ ${1}
|
||||
"
|
||||
|
|
Loading…
Reference in a new issue