From 227745b0e6d4964ad096c2dbe2698f64c5eaaa02 Mon Sep 17 00:00:00 2001 From: Kalin Ivanov Date: Thu, 14 Nov 2024 10:59:16 -0500 Subject: [PATCH] fix path --- module/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/build.sh b/module/build.sh index b28541b..6efc8c1 100755 --- a/module/build.sh +++ b/module/build.sh @@ -47,7 +47,7 @@ fetch_headers() rm -rf "$tmp_path" fail "Unable to extract $tmp_path/$filename." fi - /usr/src/app/workarounds.sh "${slug}" "${version}" "${tmp_path}" + /usr/src/app/module/workarounds.sh "${slug}" "${version}" "${tmp_path}" echo "${tmp_path}" }