X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Frun_report_local.sh;h=b48d4d2db523915edc295d1820338e59decab432;hp=6074f1dcc5fea45fffad259f559273f0d0c09372;hb=c763cfcb064e4f4acf6b8309b08d3800b9bd5331;hpb=0c3e94ed3f70c9dcd41e55ba2c043dd134aa7333 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 \