Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
vdesabou committed Jun 7, 2024
1 parent bebdbd1 commit 2c54157
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions scripts/cli/playground
Original file line number Diff line number Diff line change
Expand Up @@ -13489,7 +13489,7 @@ playground_run_command() {
if [ "$owner" == "java" ] || [ "$name" == "hub-components" ] || [ "$owner" == "filestream" ]
then
# happens when plugin is not coming from confluent hub
logwarn "skipping as plugin $owner/$name does not appear to be coming from confluent hub"
# logwarn "skipping as plugin $owner/$name does not appear to be coming from confluent hub"
continue
fi

Expand Down Expand Up @@ -15139,7 +15139,7 @@ playground_update_version_command() {
if [ "$owner" == "java" ] || [ "$name" == "hub-components" ] || [ "$owner" == "filestream" ]
then
# happens when plugin is not coming from confluent hub
logwarn "skipping as plugin $owner/$name does not appear to be coming from confluent hub"
# logwarn "skipping as plugin $owner/$name does not appear to be coming from confluent hub"
continue
fi

Expand Down Expand Up @@ -22512,7 +22512,7 @@ playground_connector_versions_command() {
if [ "$owner" == "java" ] || [ "$name" == "hub-components" ] || [ "$owner" == "filestream" ]
then
# happens when plugin is not coming from confluent hub
logwarn "skipping as plugin $owner/$name does not appear to be coming from confluent hub"
# logwarn "skipping as plugin $owner/$name does not appear to be coming from confluent hub"
continue
fi

Expand Down
2 changes: 1 addition & 1 deletion scripts/cli/src/commands/connector/versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ else
if [ "$owner" == "java" ] || [ "$name" == "hub-components" ] || [ "$owner" == "filestream" ]
then
# happens when plugin is not coming from confluent hub
logwarn "skipping as plugin $owner/$name does not appear to be coming from confluent hub"
# logwarn "skipping as plugin $owner/$name does not appear to be coming from confluent hub"
continue
fi

Expand Down
2 changes: 1 addition & 1 deletion scripts/cli/src/commands/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ then
if [ "$owner" == "java" ] || [ "$name" == "hub-components" ] || [ "$owner" == "filestream" ]
then
# happens when plugin is not coming from confluent hub
logwarn "skipping as plugin $owner/$name does not appear to be coming from confluent hub"
# logwarn "skipping as plugin $owner/$name does not appear to be coming from confluent hub"
continue
fi

Expand Down
2 changes: 1 addition & 1 deletion scripts/cli/src/commands/update-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ then
if [ "$owner" == "java" ] || [ "$name" == "hub-components" ] || [ "$owner" == "filestream" ]
then
# happens when plugin is not coming from confluent hub
logwarn "skipping as plugin $owner/$name does not appear to be coming from confluent hub"
# logwarn "skipping as plugin $owner/$name does not appear to be coming from confluent hub"
continue
fi

Expand Down

0 comments on commit 2c54157

Please sign in to comment.