Skip to content

Commit f3eacd9

Browse files
authored
[cherry-pick] Fix license checking error. (#1593) (#1601)
Signed-off-by: Piyush Kanti Das <piyush@appscode.com>
1 parent 252b570 commit f3eacd9

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
@@ -118,6 +118,8 @@ func NewCmdBackup() *cobra.Command {
118118
if err != nil {
119119
return err
120120
}
121+
opt.config = config
122+
121123
opt.kubeClient, err = kubernetes.NewForConfig(config)
122124
if err != nil {
123125
return err

0 commit comments

Comments
 (0)