From c6fe0f432fb66cf637847357eb5d7352c8c560b6 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Tue, 25 Jul 2023 16:53:12 +0530 Subject: [PATCH] moar debug! --- 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 4943bea..8b2b722 100644 --- a/package/aur/publish.sh +++ b/package/aur/publish.sh @@ -82,7 +82,7 @@ do # NOTE: We need to have our public and private keys in `~/.ssh/aur.pub` & `~/.ssh/aur` respectively # TODO: Don't just directly try to cd into `lune` in the future - git clone $ssh_url && cd lune + git clone $ssh_url && pwd && cd lune log "*" "Building, testing and pushing changes to AUR"