diff options
author | Tibor Frank <tifrank@cisco.com> | 2018-12-03 14:09:58 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2018-12-03 14:09:58 +0100 |
commit | 2e6fbdb290ab6128403f1f6edcc6072644843f77 (patch) | |
tree | 4adc9d3589e5895709de286edda0e9cd971db6bc /resources/tools/presentation/run_report.sh | |
parent | a37f5b0334a3bce1e84ef6b005aa79b63ed24165 (diff) |
Change the Report version to .49
Change-Id: I14a371bcfb043ccb0a5cffc48f6f6f18d61f1942
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/presentation/run_report.sh')
-rwxr-xr-x | resources/tools/presentation/run_report.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/tools/presentation/run_report.sh b/resources/tools/presentation/run_report.sh index fbc06dacb3..9a2fedd599 100755 --- a/resources/tools/presentation/run_report.sh +++ b/resources/tools/presentation/run_report.sh @@ -38,7 +38,7 @@ export PYTHONPATH=`pwd` python pal.py \ --specification specification.yaml \ --release ${RELEASE} \ - --week "48" \ + --week "49" \ --logging INFO \ --force |