Fix forgotten variable
This commit is contained in:
parent
c9fab9e1cb
commit
5f9583c7e4
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ GITOLITE_CONFIG = '/srv/git/.gitolite/conf/gitolite.conf'
|
|||
|
||||
### Path of the release folder
|
||||
UPLOAD_FOLDER_URL = 'https://releases.pagure.org/'
|
||||
UPLOAD_FOLDER_PATH = '/var/www/' + UPLOAD_FOLDER
|
||||
UPLOAD_FOLDER_PATH = '/var/www/releases/
|
||||
|
||||
|
||||
### Home folder of the gitolite user
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue