diff --git a/recipes/micapipe/build.sh b/recipes/micapipe/build.sh index 16b0d0c6..1b96b41b 100755 --- a/recipes/micapipe/build.sh +++ b/recipes/micapipe/build.sh @@ -1,7 +1,7 @@ export toolName='micapipe' export toolVersion='v0.2.3' # check if version is here: https://hub.docker.com/r/micalab/micapipe/tags -# Don't forget to update version change in README.md!!!!! +# Don't forget to update version change in README.md (or replace with toolVersion) !!!!! if [ "$1" != "" ]; then echo "Entering Debug mode" export debug=$1