Skip to content

Commit fa9cb3c

Browse files
authored
[cherry-pick] Fix license checking error. (#1593) (#1606)
Signed-off-by: piyush1146115 <piyush@appscode.com>
1 parent 40168c4 commit fa9cb3c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/backup.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@ func NewCmdBackup() *cobra.Command {
121121
if err != nil {
122122
return err
123123
}
124+
opt.config = config
125+
124126
opt.kubeClient, err = kubernetes.NewForConfig(config)
125127
if err != nil {
126128
return err

0 commit comments

Comments
 (0)