Commit dd4eda5d authored by Geoff Simmons's avatar Geoff Simmons

Fix an error message in the e2e test for Ingress types.

parent d3e10f97
...@@ -77,7 +77,7 @@ undeploy: uninstall wait ...@@ -77,7 +77,7 @@ undeploy: uninstall wait
endif endif
no-example: no-example:
$(error EXAMPLE must be set to fanout-nohost or vhost-nohost) $(error EXAMPLE must in: [fanout-nohost, vhost-nohost, wildcard-host)
ifeq ($(EXAMPLE),fanout-nohost) ifeq ($(EXAMPLE),fanout-nohost)
deploy: deploy-fanout-nohost deploy: deploy-fanout-nohost
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment