moar debug!

This commit is contained in:
Erica Marigold 2023-07-25 16:53:12 +05:30 committed by GitHub
parent 5699e16056
commit c6fe0f432f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -82,7 +82,7 @@ do
# NOTE: We need to have our public and private keys in `~/.ssh/aur.pub` & `~/.ssh/aur` respectively # 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 # 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" log "*" "Building, testing and pushing changes to AUR"