Skip to content

Commit

Permalink
fix(just): installer typo (#1418)
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo authored Jun 22, 2024
1 parent c804b2d commit ddd9f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ build-iso image="" target="" version="":

# Create ISO from local dev build image - use build-container-installer:main
build-iso-installer-main image="" target="" version="":
@{{ project_root }}/scripts/build-iso-intstaller-main.sh {{ image }} {{ target }} {{ version }}
@{{ project_root }}/scripts/build-iso-installer-main.sh {{ image }} {{ target }} {{ version }}

# Run ISO from local dev build image
run-iso image="" target="" version="":
Expand Down

0 comments on commit ddd9f48

Please sign in to comment.