Skip to content

Commit

Permalink
chore(cmd): truncate token in debug command
Browse files Browse the repository at this point in the history
  • Loading branch information
PhearZero committed Jan 14, 2025
1 parent 1c18107 commit a08ea03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/debug.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ var debugCmd = cmdutils.WithAlgodFlags(&cobra.Command{
return err
}
folderDebug, err := utils.ToDataFolderConfig(dataDir)
folderDebug.Token = folderDebug.Token[:3] + "..."
if err != nil {
return err
}
Expand Down

0 comments on commit a08ea03

Please sign in to comment.