4
0
mirror of https://github.com/QuasarApp/QuasarAppCI.git synced 2025-05-06 02:09:36 +00:00

change default folder of the qif repo

This commit is contained in:
Andrei Yankovich 2020-12-23 22:42:14 +03:00
parent b59e7df6ca
commit 433f58caf5

@ -107,6 +107,6 @@ class QIFRepogen (BaseModule):
util.StringParameter(
name='repoLocation',
label='repository location',
default=self.home + "/repo/"
default="/var/www/repo/"
),
]