From f1dfa5542882dfa0493772ce8c11d50858e1131f Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 20 Feb 2018 18:02:07 +0000 Subject: abuild: fix typo --- abuild.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'abuild.in') diff --git a/abuild.in b/abuild.in index 8a16bbd..37810d8 100644 --- a/abuild.in +++ b/abuild.in @@ -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" -- cgit v1.2.3-60-g2f50