From c14cb08fbf8ecc67ce003b3996df2b335ea38f69 Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Thu, 21 Dec 2023 15:06:26 +0100 Subject: [PATCH] forgejo-runner: use the installed binary to display the version --- forgejo-lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forgejo-lib.sh b/forgejo-lib.sh index 108ed75..ff4c3dc 100644 --- a/forgejo-lib.sh +++ b/forgejo-lib.sh @@ -78,6 +78,6 @@ function build_runner() { make build ) mv $tmp/forgejo-runner/forgejo-runner $dir - forgejo-runner --version + $dir/forgejo-runner --version rm -fr "$tmp" }