fix: cd into AUR git repo dir

This commit is contained in:
Erica Marigold 2023-07-25 16:49:48 +05:30 committed by GitHub
parent 4dded3fda6
commit af52f7a6de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -86,7 +86,7 @@ do
log "*" "Building, testing and pushing changes to AUR" 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 fi
done done