ci-scripts: fix method --wait-for-npm-dependency

pull/780/head
pabloFuente 2023-03-14 19:24:20 +01:00
parent 585767ec0c
commit 35113f6837
1 changed files with 0 additions and 1 deletions

View File

@ -612,5 +612,4 @@ if [[ "${WAIT_FOR_NPM_DEPENDENCY}" == true ]]; then
VERSION_AUX=$(eval "${CHECK_VERSION_AVAILABILTY}")
done
echo "${DEPENDENCY}@${VERSION} already available in NPM"
popd
fi