Skip to content

Commit

Permalink
Fix the installer script
Browse files Browse the repository at this point in the history
`--preserve-import-paths` does not accept a value so there's no need
to `shift` the args when processing it
  • Loading branch information
AlanGreene committed Sep 25, 2024
1 parent cb5c7d6 commit c76433c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/installer
Original file line number Diff line number Diff line change
Expand Up @@ -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"
;;
*)
Expand Down

0 comments on commit c76433c

Please sign in to comment.