Skip to content
Snippets Groups Projects
Unverified Commit 2560e21f authored by Quentin Duchemin's avatar Quentin Duchemin
Browse files

[docker_test.sh] Remove useless error message

parent 987791b5
No related branches found
No related tags found
1 merge request!57Delete pad after delay
......@@ -59,11 +59,6 @@ read ans
if [ $ans == "y" ]; then
git pull
if [[ ! -d "$1" ]]; then
echo "ERROR : directory does not exist ($1)"
usage
exit 1
fi
cd "$1"
git checkout -- .
else
......
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