From 1aab127bdf8e48bc9295abb259b87851ef6b7b35 Mon Sep 17 00:00:00 2001 From: TJ Date: Tue, 22 Jul 2025 14:52:41 +0100 Subject: [PATCH] Update tools.func - typo (#6156) This was triggered when running the Gitea install script --- misc/tools.func | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/tools.func b/misc/tools.func index 8c3f55694..f6ab05bc8 100644 --- a/misc/tools.func +++ b/misc/tools.func @@ -1026,7 +1026,7 @@ function fetch_and_deploy_gh_release() { return 1 } - if [[ "$tagrget_file" != *.jar && -f "$target/$target_file" ]]; then + if [[ "$target_file" != *.jar && -f "$target/$target_file" ]]; then chmod +x "$target/$target_file" fi