diff options
Diffstat (limited to 'resources/tools/presentation/run_report_local.sh')
-rwxr-xr-x | resources/tools/presentation/run_report_local.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/tools/presentation/run_report_local.sh b/resources/tools/presentation/run_report_local.sh index 6074f1dcc5..b48d4d2db5 100755 --- a/resources/tools/presentation/run_report_local.sh +++ b/resources/tools/presentation/run_report_local.sh @@ -104,7 +104,7 @@ python pal.py --help if [[ ${filename} != "" ]]; then python pal.py \ - --specification specification_local.yaml \ + --specification specifications/report_local \ --release ${release} \ --week ${week} \ --logging INFO \ @@ -114,7 +114,7 @@ fi if [[ ${directoryname} != "" ]]; then python pal.py \ - --specification specification_local.yaml \ + --specification specifications/report_local \ --release ${release} \ --week ${week} \ --logging INFO \ |