diff options
Diffstat (limited to 'resources/tools/presentation/run_cpta.sh')
-rwxr-xr-x | resources/tools/presentation/run_cpta.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/tools/presentation/run_cpta.sh b/resources/tools/presentation/run_cpta.sh index 14191ff359..18b0ec7058 100755 --- a/resources/tools/presentation/run_cpta.sh +++ b/resources/tools/presentation/run_cpta.sh @@ -23,7 +23,7 @@ pip3 install -r requirements.txt export PYTHONPATH=`pwd`:`pwd`/../../../:`pwd`/../../libraries/python STATUS=$(python pal.py \ - --specification specification_CPTA.yaml \ + --specification specifications/trending \ --logging INFO \ --force) RETURN_STATUS=$? |