This commit is contained in:
Mikaël Cluseau 2018-12-11 00:45:33 +11:00
parent 7435995592
commit fd8b3ac47f
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ func main() {
func renderAddons(cluster *clustersconfig.Cluster) string {
addons := src.Addons[cluster.Addons]
if addons == nil {
log.Fatal("cluster %q: no addons with name %q", cluster.Name, cluster.Addons)
log.Fatalf("cluster %q: no addons with name %q", cluster.Name, cluster.Addons)
}
clusterAsMap := asMap(cluster)