Skip to content

Commit

Permalink
Add comments to params
Browse files Browse the repository at this point in the history
  • Loading branch information
Tener authored and github-actions committed Jan 9, 2025
1 parent 82d2ea0 commit 392b5fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/teleterm/cmd/db.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ func newDBCLICommandWithExecer(ctx context.Context, cluster *clusters.Cluster, g
dbcmd.WithNoTLS(),
dbcmd.WithTolerateMissingCLIClient(),
dbcmd.WithExecer(execer),
dbcmd.WithOracleOpts(true, true),
dbcmd.WithOracleOpts(true /* can use TCP */, true /* has TCP servers */),
dbcmd.WithGetDatabaseFunc(func(ctx context.Context, _ *client.TeleportClient, _ string) (types.Database, error) {
getDatabaseOnce.Do(func() {
database, getDatabaseError = cluster.GetDatabase(ctx, authClient, gateway.TargetURI())
Expand Down

0 comments on commit 392b5fe

Please sign in to comment.