Fix yaml retrieval

This commit is contained in:
Jonathan Hodgson 2020-12-29 09:37:58 +00:00
parent ccbb335ec4
commit 980eef941b

View file

@ -8,7 +8,7 @@ getYamlBlock(){
# If there is a yaml file, use it
# if not, try and get the yaml header
getYamlFile || getYamlHeader
getYamlFile "$filename" || getYamlHeader "$filename"
}
getYamlFile(){