blob: a32741f721122d9aec5ab6860712cbb8f15b7a0f [file] [log] [blame]
{{- $tool := .Get 0 -}}
{{- $file := (print "version_" $tool ".txt") -}}
{{- $path := path.Join .Site.Params.generatedRoot $file -}}
{{- if not (fileExists $path) -}}
{{- errorf (print $file " has not been generated") -}}
{{- end -}}
{{- readFile $path | plainify -}}