summaryrefslogtreecommitdiff
path: root/ziglings
diff options
context:
space:
mode:
authorDave Gauer <dave@ratfactor.com>2021-02-09 18:36:57 -0500
committerDave Gauer <dave@ratfactor.com>2021-02-09 18:36:57 -0500
commit55ad7c32f2d534b1fbd438204d21738f958c51a5 (patch)
tree16be4b53193105a759b3eec25be5e664d41c428d /ziglings
parentcf0920de31e9b5f3c5ba6de19a1b4c8d0c58b907 (diff)
Moved exercises to exercises because exercises
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