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,6 +103,7 @@ function buy_domain_name () {
|
||||||
}
|
}
|
||||||
|
|
||||||
function application () {
|
function application () {
|
||||||
|
|
||||||
#We check if a APP_REPO_URL was specified
|
#We check if a APP_REPO_URL was specified
|
||||||
|
|
||||||
if [ -z ${APP_REPO_URL:-} ]; then
|
if [ -z ${APP_REPO_URL:-} ]; then
|
||||||
|
|
Loading…
Reference in a new issue