Skip to content

Commit

Permalink
fix typo (#99)
Browse files Browse the repository at this point in the history
Signed-off-by: Woojoong Kim <[email protected]>
  • Loading branch information
woojoong88 authored Jun 28, 2024
1 parent 4e3d876 commit a7e9b62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ docker-build: # @HELP build all Docker images
docker-build: build docker-build-onos-mho

docker-push-onos-mho: # @HELP push Docker image
docker push onosproject/onos-mho:${ONOS_PCI_VERSION}
docker push onosproject/onos-mho:${ONOS_MHO_VERSION}

docker-push: # @HELP push docker images
docker-push: docker-push-onos-mho
Expand Down

0 comments on commit a7e9b62

Please sign in to comment.