diff options
| author | Chris Boesch <[email protected]> | 2023-10-04 14:48:47 +0200 |
|---|---|---|
| committer | Chris Boesch <[email protected]> | 2023-10-04 14:48:47 +0200 |
| commit | afee8d9c7a4e8b727d21993c6f890d52943d55cd (patch) | |
| tree | d1e4c8ecfa6e7e229753eb038248dfbed98cb41f /patches | |
| parent | 6dbe0d881ec5a3759f02e2ca5857c2dbd473ed72 (diff) | |
| download | ziglings-afee8d9c7a4e8b727d21993c6f890d52943d55cd.tar.xz ziglings-afee8d9c7a4e8b727d21993c6f890d52943d55cd.zip | |
added woodpecker integration
Diffstat (limited to 'patches')
| -rwxr-xr-x | patches/eowyn.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/eowyn.sh b/patches/eowyn.sh index 95b2a1c..67a6b36 100755 --- a/patches/eowyn.sh +++ b/patches/eowyn.sh @@ -39,7 +39,7 @@ do # Apply the bandages to the wounds, grow new limbs, let # new life spring into the broken bodies of the fallen. echo Healing "$true_name"... - patch --output="patches/healed/$true_name.zig" "$broken" "$patch_name" + ./test/patch --output="patches/healed/$true_name.zig" "$broken" "$patch_name" else echo Cannot heal "$true_name". No patch found. fi |
