diff options
Diffstat (limited to 'tools/ci/jobs/deheader2.sh')
-rwxr-xr-x | tools/ci/jobs/deheader2.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ci/jobs/deheader2.sh b/tools/ci/jobs/deheader2.sh index ced2aeea7..53c7efb83 100755 --- a/tools/ci/jobs/deheader2.sh +++ b/tools/ci/jobs/deheader2.sh @@ -1,6 +1,6 @@ #!/bin/bash -export LOGFILE2=deheader2.log +export LOGFILE2=logs/deheader2.log export DATA=$(cat ${LOGFILE}) if [[ -z "${DATA}" ]]; then |