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 bddb2d9 commit 2ac1ce1
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 @@ -67,7 +67,7 @@ func DescribeRestore(restore *v1.Restore, podVolumeRestores []v1.PodVolumeRestor
if len(restore.Spec.IncludedNamespaces) == 0 {
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"
s = "all namespaces found in the backup"
} else {
s = strings.Join(restore.Spec.IncludedNamespaces, ", ")
}
Expand Down

0 comments on commit 2ac1ce1

Please sign in to comment.