Skip to content

Commit

Permalink
Fix URL (this variable already includes the protocol)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasononeil committed Aug 15, 2024
1 parent 0cdbbe4 commit 4b09d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/ca-kafka-local/bin/kafka-local-readme
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ echo "SCHEMA_REGISTRY_URL: ${SCHEMA_REGISTRY_URL}"
echo "KAFKA_TOPIC_PREFIX: ${KAFKA_TOPIC_PREFIX}"
echo
echo "== Links =="
echo "Kafka UI: http://${KAFKA_UI_URL}"
echo "Kafka UI: ${KAFKA_UI_URL}"
echo "Schema Registry: http://${SCHEMA_REGISTRY_URL}"

0 comments on commit 4b09d0f

Please sign in to comment.