From e89d4225560974c4e90b276458ce40a0483a835e Mon Sep 17 00:00:00 2001 From: Hugh Ratsch Date: Sun, 9 Feb 2025 02:36:28 -0600 Subject: [PATCH] updated project 2 --- projects/02-command-line-mastery/setup/challenges.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/02-command-line-mastery/setup/challenges.sh b/projects/02-command-line-mastery/setup/challenges.sh index 07cdb9b..072b025 100644 --- a/projects/02-command-line-mastery/setup/challenges.sh +++ b/projects/02-command-line-mastery/setup/challenges.sh @@ -46,7 +46,7 @@ verify_challenge() { if ! check_requirements "$requirements"; then log_message "ERROR" "Challenge prerequisites not met" return 1 - } + fi # Record attempt record_attempt "$challenge_id" "$start_time"