Skip to content

Commit

Permalink
correct instructional echo
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed May 4, 2023
1 parent 00f8351 commit 77c7ea9
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 @@ -436,7 +436,7 @@ undeploy_sample_app_quarkus:
sample_app_agent: undeploy_sample_app_agent
$(CLUSTER_CLIENT) create -f config/samples/sample-app-agent.yml
@if [ ! "$(CLUSTER_CLIENT)" = "oc" ]; then \
@echo "You must now 'oc edit deployment/quarkus-test-agent' and set CRYOSTAT_AGENT_AUTHORIZATION to a suitable auth token value, ex 'oc whoami -t | base64'."; \
@echo "You must now 'oc edit deployment/quarkus-test-agent' and set CRYOSTAT_AGENT_AUTHORIZATION to a suitable auth token value."; \
else \
oc set env deployment/quarkus-test-agent CRYOSTAT_AGENT_AUTHORIZATION="Bearer $(shell oc whoami -t | base64)"; \
fi
Expand Down

0 comments on commit 77c7ea9

Please sign in to comment.