aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/presentation/run_report_local.sh
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2021-04-26 15:57:02 +0200
committerTibor Frank <tifrank@cisco.com>2021-05-03 08:20:06 +0000
commit37ea2ceb606bdfc338cc76330cb9289c12f63852 (patch)
treed67c7fafaaf165fc5fad3cb694d195a72c399fba /resources/tools/presentation/run_report_local.sh
parentc290ed5fb0f768b76213e6eb34d56f16abfeb54e (diff)
PAL: Refactor the processing of spec and download
Change-Id: I204fdc3593a3702366727238f2b469d3d4320c2b Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/presentation/run_report_local.sh')
-rwxr-xr-xresources/tools/presentation/run_report_local.sh4
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 \