archives: fix typo

introduced in ee2bbe4578

Gbp-Dch: Ignore
This commit is contained in:
Lyndon Brown 2020-03-10 17:35:03 +00:00
parent 48df750411
commit d79fd1e760
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ USAGE="${PROGRAM} {source|binary|chroot} {install|remove} [--force]"
_PASS="${1}"
shift
if ! In_List "${_PASS}" "binary" "chroot" "source"; then
if ! In_list "${_PASS}" "binary" "chroot" "source"; then
Usage
fi