aboutsummaryrefslogtreecommitdiff
path: root/patches/gollum.sh
diff options
context:
space:
mode:
Diffstat (limited to 'patches/gollum.sh')
-rwxr-xr-xpatches/gollum.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/gollum.sh b/patches/gollum.sh
index 78c7756..423d376 100755
--- a/patches/gollum.sh
+++ b/patches/gollum.sh
@@ -10,7 +10,7 @@ cd $(dirname $(which $0))
f=$(basename ../exercises/$1*.zig .zig 2> /dev/null)
b=../exercises/$f.zig
a=../answers/$f.zig
-p=$f.patch
+p=patches/$f.patch
printf "\tf: '$f'\n\tb: '$b'\n\ta: '$a'\n"