From 9a172f7e8ad27f16a9dbb3082cf6019815bb5896 Mon Sep 17 00:00:00 2001 From: Deepak Mangla Date: Tue, 9 Feb 2021 09:00:34 +0530 Subject: [PATCH] Fixed typo --- setup_environment.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup_environment.sh b/setup_environment.sh index e7bc9d4..9a393a9 100644 --- a/setup_environment.sh +++ b/setup_environment.sh @@ -15,7 +15,7 @@ else tar -xf VOCtest_06-Nov-2007.tar fi -# Build the dockerfile for the engironment +# Build the dockerfile for the environment if [ ! -z $(docker images -q object_detection_webcam:latest) ]; then echo "Dockerfile has already been built" else