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 3fe64b4 commit cd1f5cb
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 cd1f5cb

Please sign in to comment.