summaryrefslogtreecommitdiffstats
path: root/cmd/platform/license.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/platform/license.go')
-rw-r--r--cmd/platform/license.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/platform/license.go b/cmd/platform/license.go
index dcb37092f..45a56a94c 100644
--- a/cmd/platform/license.go
+++ b/cmd/platform/license.go
@@ -42,7 +42,7 @@ func uploadLicenseCmdF(cmd *cobra.Command, args []string) error {
return err
}
- if _, err := app.SaveLicense(fileBytes); err != nil {
+ if _, err := app.Global().SaveLicense(fileBytes); err != nil {
return err
}