Merge pull request #1630 from jwmatthews/cli_namespace

bug fix: Fixed namespace usage with cli command 'version'
This commit is contained in:
Nolan Brubaker
2019-07-08 13:42:29 -04:00
committed by GitHub
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
bug fix: Fixed namespace usage with cli command 'version'
+1 -1
View File
@@ -50,7 +50,7 @@ func NewCommand(f client.Factory) *cobra.Command {
veleroClient = client.VeleroV1()
}
serverStatusGetter.Namespace = f.Namespace()
printVersion(os.Stdout, clientOnly, veleroClient, serverStatusGetter)
},
}