Fix yaml retrieval
This commit is contained in:
parent
ccbb335ec4
commit
980eef941b
1 changed files with 1 additions and 1 deletions
2
inc/yaml
2
inc/yaml
|
@ -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(){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue