Fix typo , repo mode works now
This commit is contained in:
parent
ba58e277dd
commit
6451e911c7
1 changed files with 2 additions and 1 deletions
|
@ -103,9 +103,10 @@ function buy_domain_name () {
|
|||
}
|
||||
|
||||
function application () {
|
||||
|
||||
#We check if a APP_REPO_URL was specified
|
||||
|
||||
if[ -z ${APP_REPO_URL:-} ]; then
|
||||
if [ -z ${APP_REPO_URL:-} ]; then
|
||||
warning "NO repo URL specified, using argument as full URL"
|
||||
git_url=https://${arg_a}.git
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue