Skip to content

Commit

Permalink
fix(cli): hide secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
juanrgm committed Oct 4, 2024
1 parent fc37a76 commit f778dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/utils/mysql.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export async function createMysqlCli(options: MysqlCliOptions) {
logExec("sql.createConnection", [
JSON.stringify(
{
connectionOptions,
...connectionOptions,
password: "********",
},
null,
Expand Down

0 comments on commit f778dc6

Please sign in to comment.