mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-04-19 15:25:13 +00:00
Remove the redundant newline in backup describe output
Signed-off-by: allenxu404 <qix2@vmware.com>
This commit is contained in:
1
changelogs/unreleased/7229-allenxu404
Normal file
1
changelogs/unreleased/7229-allenxu404
Normal file
@@ -0,0 +1 @@
|
||||
Remove the redundant newline in backup describe output
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user