Fix yaml retrieval

master
Jonathan Hodgson 3 years ago
parent ccbb335ec4
commit 980eef941b
  1. 2
      inc/yaml

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

Loading…
Cancel
Save