From 55ad7c32f2d534b1fbd438204d21738f958c51a5 Mon Sep 17 00:00:00 2001 From: Dave Gauer Date: Tue, 9 Feb 2021 18:36:57 -0500 Subject: Moved exercises to exercises because exercises --- ziglings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ziglings') 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 -- cgit v1.2.3