diff options
Diffstat (limited to 'cmd/commands/license.go')
-rw-r--r-- | cmd/commands/license.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/commands/license.go b/cmd/commands/license.go index dce257a5d..61c8e3060 100644 --- a/cmd/commands/license.go +++ b/cmd/commands/license.go @@ -34,6 +34,7 @@ func uploadLicenseCmdF(command *cobra.Command, args []string) error { if err != nil { return err } + defer a.Shutdown() if len(args) != 1 { return errors.New("Enter one license file to upload") |