From af52f7a6de1c1aafcfe60804a4840e45914af58c Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Tue, 25 Jul 2023 16:49:48 +0530 Subject: [PATCH] fix: cd into AUR git repo dir --- package/aur/publish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/aur/publish.sh b/package/aur/publish.sh index 0ebdb79..4ab6ab0 100644 --- a/package/aur/publish.sh +++ b/package/aur/publish.sh @@ -86,7 +86,7 @@ do log "*" "Building, testing and pushing changes to AUR" - build && test && push lune `get_current_version` + build && test && cd lune/ && push lune `get_current_version` fi done