Skip to content

Commit

Permalink
[cherry-pick] Fix license checking error. (#1593) (#1605)
Browse files Browse the repository at this point in the history
Signed-off-by: Piyush Kanti Das <piyush@appscode.com>
  • Loading branch information
1gtm committed Jun 27, 2022
1 parent ba6f842 commit 710a47c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/backup.go
Expand Up @@ -118,6 +118,8 @@ func NewCmdBackup() *cobra.Command {
if err != nil {
return err
}
opt.config = config

opt.kubeClient, err = kubernetes.NewForConfig(config)
if err != nil {
return err
Expand Down

0 comments on commit 710a47c

Please sign in to comment.