Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
psamusev committed Jul 16, 2024
1 parent f4cd0af commit eb0801c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/connector-cli/src/commands/info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export async function runGetInfo(
if (formattedConfigurationOptions.length === 0) {
info('Query options: Connector does not have any query options defined');
} else {
info('Settings...');
info('Query options...');
console.table(formattedConfigurationOptions, [
'type',
'name',
Expand Down

0 comments on commit eb0801c

Please sign in to comment.