Commit a5aaa363 authored by David Eccles (gringer)'s avatar David Eccles (gringer)
Browse files

add YAML directory for corrected YAML file

parent 0613b35c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -75,7 +75,7 @@ check_opts "${yaml}" "YAML" "-y"

# create temporary YAML file for corrected options
yaml_orig=${yaml}
yaml=$(basename ${yaml} .yaml).corrected.yaml
yaml=$(dirname ${yaml})/$(basename ${yaml} .yaml).corrected.yaml
cp ${yaml_orig} ${yaml}

#now get some variables from YAML