forked from TrueCloudLab/certificates
Fix option method for template variable.
This commit is contained in:
parent
04f5053a7a
commit
b11486f41f
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ func CustomTemplateOptions(o *ProvisionerOptions, data x509util.TemplateData, de
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return []x509util.Option{
|
return []x509util.Option{
|
||||||
x509util.WithTemplateFile(o.Template, data),
|
x509util.WithTemplate(o.Template, data),
|
||||||
}
|
}
|
||||||
}), nil
|
}), nil
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue