diff --git a/HelloWorld.sh b/HelloWorld.sh index 24d6bc2..db8131a 100644 --- a/HelloWorld.sh +++ b/HelloWorld.sh @@ -2,7 +2,7 @@ # This is a practice script for the Husky Coding Project's Git # and Command Line workshop. -NAME="HELLO WORLD" # Change This Variable to Your Name +NAME="Emma" # Change This Variable to Your Name validate_name() { if [ "$NAME" = "HELLO WORLD" ]; then