diff options
author | Tibor Frank <tifrank@cisco.com> | 2018-11-26 16:01:13 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2018-11-27 10:17:54 +0100 |
commit | 1077b448dd6c9397cfa5a3c2773ea4b8863f3016 (patch) | |
tree | 269a32f94ea7dd44b20fc8eea750ed3b32aad5ca /resources/tools/presentation/run_report.sh | |
parent | f8a74509fe70a49a6152293e4e5add0d24dc6d1a (diff) |
Report: versioning
Change-Id: I890d52b4b5b87cd1b3952b3d4bb3cbbff069a9c7
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 077d74b8d6..fbc06dacb3 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} \ - --version "w48" \ + --week "48" \ --logging INFO \ --force |