Fix forgotten variable

This commit is contained in:
Pierre-Yves Chibon 2016-12-05 14:27:51 +01:00
parent c9fab9e1cb
commit 5f9583c7e4

View file

@ -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