Move scenario schemas to the schemas directory

This commit is contained in:
2015-02-05 22:56:57 -05:00
parent e1babdef66
commit a1da743a47
8 changed files with 1 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ function invalid {
exit 1
}
BOE_SCHEMAS_DIR=${BOE_SCHEMAS_DIR:-`git rev-parse --show-toplevel`/rsrc/boes}
BOE_SCHEMAS_DIR=${BOE_SCHEMAS_DIR:-`git rev-parse --show-toplevel`/rsrc/schemas}
if [[ -d $1 ]]; then
SCEN_PATH=$1