Skip to content

Commit

Permalink
Update cmd/meroxa/turbine/utils.go
Browse files Browse the repository at this point in the history
Co-authored-by: Janelle Tavares <janelletavares@users.noreply.github.com>
  • Loading branch information
samirketema and janelletavares committed Aug 8, 2023
1 parent 6c25324 commit a7c6e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/meroxa/turbine/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ https://docs.meroxa.com/beta-overview#updated-meroxa-cli-and-outdated-turbine-li
"caused by: invalid Collection.Name: value length must be at least 1 runes"
grpcDestCollectionErr = "invalid WriteCollectionRequest.SourceCollection: embedded message failed validation | " +
"caused by: invalid Collection.Name: value length must be at least 1 runes"
missingSourceCollectionErr = `missing source collection, please ensure that you have configured your source correctly:
missingSourceCollectionErr = `missing source or source collection, please ensure that you have configured your source correctly:
https://docs.meroxa.com/turbine/troubleshooting"`
)

Expand Down

0 comments on commit a7c6e80

Please sign in to comment.