Fixup debug config (#6514)

This commit is contained in:
Riccardo Manfrin
2026-06-22 22:01:49 +02:00
committed by GitHub
parent 2ebf26006a
commit 51b6f6291b

View File

@@ -130,7 +130,7 @@ func debugConfigDump(cmd *cobra.Command, _ []string) error {
client := proto.NewDaemonServiceClient(conn)
resp, err := client.GetConfig(cmd.Context(), &proto.GetConfigRequest{
ProfileName: activeProf.Name,
ProfileName: string(activeProf.ID),
Username: currUser.Username,
})
if err != nil {