From 8967eac326c8c4ab9a75a52670937921ea22a3cb Mon Sep 17 00:00:00 2001 From: Alan Greene Date: Wed, 25 Sep 2024 12:14:03 +0100 Subject: [PATCH] Fix the installer script `--preserve-import-paths` does not accept a value so there's no need to `shift` the args when processing it --- scripts/installer | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/installer b/scripts/installer index 661e66339..693e2bf03 100755 --- a/scripts/installer +++ b/scripts/installer @@ -534,7 +534,6 @@ while [[ $# -gt 0 ]]; do KO_RESOLVE_OPTIONS="$KO_RESOLVE_OPTIONS -t ${1}" ;; '--preserve-import-paths') - shift KO_RESOLVE_OPTIONS="$KO_RESOLVE_OPTIONS --preserve-import-paths" ;; *)