Skip to content
Snippets Groups Projects
Commit ae0c124f authored by jurgenhaas's avatar jurgenhaas
Browse files

#106 Call `delete` instead of `.delete` from within the l3drun container

parent a51f0df3
No related branches found
Tags v2.3.0
No related merge requests found
......@@ -32,7 +32,7 @@ function getConfig() {
function exitContainer() {
if [[ "$L3D_ALWAYS_CLEANUP" == "1" ]]; then
/usr/local/bin/.delete $COMPOSE_PROJECT_NAME
/usr/local/bin/delete $COMPOSE_PROJECT_NAME
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