mirror of
https://github.com/BioArchLinux/bioarchlinux-tools.git
synced 2025-03-09 22:53:31 +00:00
20221007: fix path
This commit is contained in:
parent
e2972e6d9f
commit
14cfe3f922
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ ADMIN_GH = 'starsareintherose'
|
|||
|
||||
REPO_URL = f'git@github.com:{REPO_NAME}.git'
|
||||
MYMAIL = 'lilac@bioarchlinux.org'
|
||||
REPODIR = Path('/home/bio/Packages/BioArchLinux').expanduser()
|
||||
REPODIR = Path('/usr/share/lilac/Packages/BioArchLinux').expanduser()
|
||||
|
||||
def gen_log_comment(pkgs: list[str]) -> str:
|
||||
ss = ['''\
|
||||
|
|
Loading…
Add table
Reference in a new issue