From 50373f765eefd19e5cc84b42ae122cb14bc1b377 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Wed, 29 Oct 2025 06:39:49 -0700 Subject: [PATCH] fix(elephant): Update file path in update.rhai (#6960) (#6964) (cherry picked from commit 2b6b098bf0ffd1f56b6d70ccf57322b3106514ed) Signed-off-by: Gilver Co-authored-by: Gilver --- anda/langs/go/elephant/update.rhai | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/langs/go/elephant/update.rhai b/anda/langs/go/elephant/update.rhai index a81e944d08..e8a25fa240 100644 --- a/anda/langs/go/elephant/update.rhai +++ b/anda/langs/go/elephant/update.rhai @@ -1 +1 @@ -rpm.version(gh_rawfile("abenz1267/elephant", "master", "cmd/version.txt")); +rpm.version(gh_rawfile("abenz1267/elephant", "master", "cmd/elephant/version.txt"));