Skip to content

Commit

Permalink
Fix lincense checking error. (#1593)
Browse files Browse the repository at this point in the history
/cherry-pick

Signed-off-by: piyush1146115 <[email protected]>
  • Loading branch information
piyush1146115 authored Jun 27, 2022
1 parent d3d758c commit 6dd0393
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/backup.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,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 6dd0393

Please sign in to comment.