abuild: fix typo

This commit is contained in:
Natanael Copa 2018-02-20 18:02:07 +00:00
parent e970c74b0e
commit f1dfa55428
1 changed files with 1 additions and 1 deletions

View File

@ -2349,7 +2349,7 @@ all() {
snapshot() {
# check if we setup vars correctly
[ -z "$disturl" ] && warning "Missing disturl in APKBUILD, auto uploading disabled."
[ -z "$svnurl" ] && [ -z "$giturl" ] && die "Missding repository url in APKBUILD!"
[ -z "$svnurl" ] && [ -z "$giturl" ] && die "Missing repository url in APKBUILD!"
[ -n "$svnurl" ] && [ -n "$giturl" ] && die "You can only use a single repository!"
local _date=$(date +%Y%m%d)
local _format="tar.gz"