diff --git a/Makefile b/Makefile index 324df29b9..a2c04c994 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ help: @echo "\tmake push -- pushes the litmus-go multi-arch image" @echo "\tmake build-amd64 -- builds the litmus-go binary & docker amd64 image" @echo "\tmake push-amd64 -- pushes the litmus-go amd64 image" - @echo "\tpush-multiarch -- pushes the litmus-go multiarch image" + @echo "\tpush-multiarch -- pushes the litmus-go multiarch image" @echo "" .PHONY: all