summaryrefslogtreecommitdiff
path: root/ziglings
diff options
context:
space:
mode:
Diffstat (limited to 'ziglings')
-rwxr-xr-xziglings2
1 files changed, 1 insertions, 1 deletions
diff --git a/ziglings b/ziglings
index 402d867..2692657 100755
--- a/ziglings
+++ b/ziglings
@@ -20,7 +20,7 @@ fmt_off=$( tput sgr0 ) # reset colors/effects
exercise_num=0
function check_it {
- source_file=$1
+ source_file="exercises/$1"
correct_output=$2
hint=$3