Skip to content
Snippets Groups Projects
Commit 6381a68a authored by Felix Häberle's avatar Felix Häberle 💬
Browse files

fix syntax error in switch case

parent 0083bd34
No related branches found
No related tags found
1 merge request!1Feature/macos
......@@ -45,6 +45,7 @@ if [[ ! -n ${ID} ]]; then
--volume ${SCRIPTPATH}:/setup \
--volume ${HOME}/.traefik:/root/.traefik \
registry.lakedrops.com/docker/l3d/run:'{{ version }}'
;;
*)
docker run --name=l3drun -dt --rm \
--env SCRIPTPATH=${SCRIPTPATH} \
......
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