Merge pull request #7229 from allenxu404/remove-newline

Remove the redundant newline in backup describe output
This commit is contained in:
Daniel Jiang
2023-12-19 16:22:58 +08:00
committed by GitHub
2 changed files with 1 additions and 2 deletions
+1
View File
@@ -0,0 +1 @@
Remove the redundant newline in backup describe output
-2
View File
@@ -362,8 +362,6 @@ func DescribeBackupStatus(ctx context.Context, kbClient kbclient.Client, d *Desc
describeBackupVolumes(ctx, kbClient, d, backup, details, insecureSkipTLSVerify, caCertPath, podVolumeBackups)
d.Println()
if status.HookStatus != nil {
d.Println()
d.Printf("HooksAttempted:\t%d\n", status.HookStatus.HooksAttempted)