bin/script_template: repo -> bw

This commit is contained in:
CroneKorkN 2025-12-03 22:04:16 +01:00
parent 979c7e1f9d
commit fe5e340d6e
Signed by: cronekorkn
SSH key fingerprint: SHA256:v0410ZKfuO1QHdgKBsdQNF64xmTxOF8osF1LIqwTcVw

View file

@ -3,4 +3,4 @@
from bundlewrap.repo import Repository
from os.path import realpath, dirname
repo = Repository(dirname(dirname(realpath(__file__))))
bw = Repository(dirname(dirname(realpath(__file__))))