Skip to content

Commit

Permalink
contrib/federation-experiment: fix friendly message
Browse files Browse the repository at this point in the history
  • Loading branch information
squat committed May 25, 2017
1 parent e439031 commit 4d27bea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/federation-experiment/federate
Original file line number Diff line number Diff line change
Expand Up @@ -199,4 +199,4 @@ $KUBECTL apply -f clusters --validate=false

printf "Run the following commands in the JavaScript console in the Tectonic Console to enable the cluster picker:\n"
printf "localStorage.setItem('federation-apiserver-token', '%s');\n" "$FEDERATION_TOKEN"
printf "localStorage.setItem('federation-apiserver-url', '%s');\n" "$HOST_CONSOLE_URL"
printf "localStorage.setItem('federation-apiserver-url', '%s/federation');\n" "$HOST_CONSOLE_URL"

0 comments on commit 4d27bea

Please sign in to comment.