Skip to content

Commit 789d9b3

Browse files
authored
[cherry-pick] Fix license checking error. (#1593) (#1595)
Signed-off-by: Piyush Kanti Das <piyush@appscode.com>
1 parent 3d2739c commit 789d9b3

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

0 commit comments

Comments
 (0)