🐛 Pass the license string

This commit is contained in:
M. Mert Yildiran 2023-05-04 21:18:34 +03:00
parent 2563cc1922
commit fab0f713ed
No known key found for this signature in database
GPG Key ID: DA5D6DCBB758A461

View File

@ -250,7 +250,7 @@ func (provider *Provider) BuildHubPod(opts *PodOptions) (*core.Pod, error) {
},
{
Name: "LICENSE",
Value: "",
Value: config.Config.License,
},
{
Name: "SCRIPTING_ENV",