summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLyndon Brown <jnqnfe@gmail.com>2020-03-10 17:35:03 +0000
committerLyndon Brown <jnqnfe@gmail.com>2020-03-10 17:36:10 +0000
commitd79fd1e760a582889ac3f3a90f9245a02e305276 (patch)
treeeacecd7a0be47108dcdd0c0995e38c1ea0820a48
parent48df750411d9017804c3cde397a66db4726acf41 (diff)
downloadvyos-live-build-d79fd1e760a582889ac3f3a90f9245a02e305276.tar.gz
vyos-live-build-d79fd1e760a582889ac3f3a90f9245a02e305276.zip
archives: fix typo
introduced in ee2bbe45782f52d115115b8cf6198afaeb03be9e Gbp-Dch: Ignore
-rwxr-xr-xscripts/build/chroot_archives2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/chroot_archives b/scripts/build/chroot_archives
index 70515b140..3844b782a 100755
--- a/scripts/build/chroot_archives
+++ b/scripts/build/chroot_archives
@@ -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