More consistent gogs file construction

This commit is contained in:
Bob Mottram 2017-05-21 10:05:43 +01:00
parent 377e74543f
commit 5480616315
1 changed files with 2 additions and 1 deletions

View File

@ -111,7 +111,8 @@ function gogs_parameters {
fi
fi
GOGS_BIN="https://github.com/gogits/gogs/releases/download/v${GOGS_VERSION}/linux_${CURR_ARCH}.tar.gz"
GOGS_FILE=linux_${CURR_ARCH}.tar.gz
GOGS_BIN="https://github.com/gogits/gogs/releases/download/v${GOGS_VERSION}/${GOGS_FILE}"
}
function gogs_create_database {