Skip to content

Commit

Permalink
Fixed typo in startup logging. (confluentinc#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
javabrett authored Nov 10, 2020
1 parent 95d2cad commit 0b3c864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ if [[ $(docker-compose ps) =~ "Exit 137" ]]; then
exit 1
fi

echo -e "\nStart streaming from the Wikipeida SSE source connector:"
echo -e "\nStart streaming from the Wikipedia SSE source connector:"
${DIR}/connectors/submit_wikipedia_sse_config.sh

# Verify wikipedia.parsed topic is populated and schema is registered
Expand Down

0 comments on commit 0b3c864

Please sign in to comment.