Skip to content
Snippets Groups Projects
Commit cf3cd9a8 authored by Thomas Juerges's avatar Thomas Juerges
Browse files

L2SS-225: Do not quote images string

parent 50725376
No related branches found
No related tags found
1 merge request!41L2SS-225: Fix rebuild_system_from_scratch.sh to also function on CentOS7
......@@ -57,7 +57,7 @@ function remove_images()
for image in ${images}; do
printf "\t\t%s\n" ${image}
done
docker rmi "${images}"
docker rmi ${images}
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