This commit is contained in:
Camille Roux 2018-08-20 01:37:10 +02:00 committed by GitHub
parent 208e5ee546
commit 82b2979dec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ get_yml_file() {
web_file=containers/$app_name.yml
log "Found $web_file"
else
log "Can't find app.yml or web_ony.yml."
log "Can't find app.yml or web_only.yml."
log "Giving up."
exit
fi