mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-09 04:09:09 +00:00
fix: cd into AUR git repo dir
This commit is contained in:
parent
4dded3fda6
commit
af52f7a6de
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue