diff --git a/webgoat_developer_bootstrap.sh b/webgoat_developer_bootstrap.sh index 5ca401b55..aacb0283b 100755 --- a/webgoat_developer_bootstrap.sh +++ b/webgoat_developer_bootstrap.sh @@ -5,10 +5,10 @@ # Happy hacking ! # Clone WebGoat and WebGoat-lessons from GitHub if they don't exist -if [ ! -d "Webgoat" ]; then +if [ ! -d "WebGoat" ]; then git clone https://github.com/WebGoat/WebGoat.git fi -if [ ! -d "Webgoat-Lessons" ]; then +if [ ! -d "WebGoat-Lessons" ]; then git clone https://github.com/WebGoat/WebGoat-Lessons.git fi