Fix fetch-images command (#55365)

This commit is contained in:
Dimitris Sotirakis 2022-09-19 17:17:56 +03:00 committed by GitHub
parent 2c872b0d94
commit b26e443173
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -135,6 +135,10 @@ func main() {
},
},
},
{
Name: "artifacts",
Usage: "Handle Grafana artifacts",
Subcommands: cli.Commands{
{
Name: "docker",
Usage: "Handle Grafana Docker images",
@ -150,6 +154,8 @@ func main() {
},
},
},
},
},
}
if err := app.Run(os.Args); err != nil {