Skip to content

Commit

Permalink
Update pkg/cmd/util/output/restore_describer.go
Browse files Browse the repository at this point in the history
Co-Authored-By: Ashish Amarnath <ashisham@vmware.com>
  • Loading branch information
raghavendrabhat and ashish-amarnath committed Apr 24, 2020
1 parent 3449260 commit bddb2d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/util/output/restore_describer.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ func DescribeRestore(restore *v1.Restore, podVolumeRestores []v1.PodVolumeRestor
d.Printf("Namespaces:\n")
var s string
if len(restore.Spec.IncludedNamespaces) == 0 {
s = "All namespaces found in the backup"
s = "all namespaces found in the backup"
} else if len(restore.Spec.IncludedNamespaces) == 1 && restore.Spec.IncludedNamespaces[0] == "*" {
s = "All namespaces found in the backup"
} else {
Expand Down

0 comments on commit bddb2d9

Please sign in to comment.