Skip to content

Commit

Permalink
fix to print text rather than struct
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Hurst committed Sep 12, 2024
1 parent 3bc9295 commit 92b4a38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/export.go
Original file line number Diff line number Diff line change
Expand Up @@ -1135,7 +1135,7 @@ func gatherPostgresLogsAndConfigs(ctx context.Context,
writeInfo(cmd, err.Error())
return nil
}
writeDebug(cmd, fmt.Sprintf("Error executing %s\n", command))
writeDebug(cmd, fmt.Sprintf("Error executing %s\n", command.text))
writeDebug(cmd, fmt.Sprintf("%s\n", err.Error()))
writeDebug(cmd, "This is acceptable in some configurations.\n")
continue
Expand Down

0 comments on commit 92b4a38

Please sign in to comment.