Skip to content
Snippets Groups Projects
Commit 98f1913a authored by Colton Leekley-Winslow's avatar Colton Leekley-Winslow
Browse files

Fix message with image name

parent acad7891
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ clean_up () {
trap clean_up EXIT
if [[ $( docker images "$IMAGE_NAME_SCITRAN_CORE" | tail -n +2 ) == "" ]]; then
echo "scitran-core image not found. Building"
echo "$IMAGE_NAME_SCITRAN_CORE image not found. Building"
BUILD_IMAGE="true"
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment