Skip to content

Commit

Permalink
Fix typo in container-webui-iso-build Make target (#infra)
Browse files Browse the repository at this point in the history
I missed this part after doing renaming. Ups...
  • Loading branch information
jkonecny12 committed Jun 17, 2023
1 parent 5a3f544 commit 38c0faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ container-iso-build:

# Build WebUI ISO from Anaconda RPM files build here
container-webui-iso-build:
$(MAKE) -f ./Makefile.am container-iso-build-scratch CONTAINER_ADD_ARGS="--entrypoint=/lorax-build-webui"
$(MAKE) -f ./Makefile.am container-iso-build CONTAINER_ADD_ARGS="--entrypoint=/lorax-build-webui"

check-branching:
# checking if branching can be finished and all the pieces are in place
Expand Down

0 comments on commit 38c0faa

Please sign in to comment.