mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2025-01-26 17:24:07 +00:00
abuild: fix typo
This commit is contained in:
parent
e970c74b0e
commit
f1dfa55428
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user