Skip to content
Snippets Groups Projects
Verified Commit 80077a7b authored by Quentin Duchemin's avatar Quentin Duchemin
Browse files

[docker_test.sh] invert bad condition

parent ed902467
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@ else
exit 0
fi
if [[ -d "$1" ]]; then
if [[ ! -d "$1" ]]; then
echo "ERROR : directory does not exist ($1)"
usage
exit 1
......
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