Skip to content

Commit 0ceb1cc

Browse files
committed
Automation Toolkit Release v2024.4.2
1 parent ecfaaeb commit 0ceb1cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jenkins_install/setUpOCI.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ pipeline {
244244
latest_fsdr_XL=`ls -t ${prefix_dir}/othertools_files/*.xl* | head -n 1`
245245
last_modified=`stat -c \"%Y\" ${latest_fsdr_XL}`
246246
if [ $(($last_modified-$current_timestamp)) -gt 0 ]; then
247-
cp ${latest_fsdr_XL} .
247+
cp "${latest_fsdr_XL}" .
248248
fi
249249
fi
250250
''')

0 commit comments

Comments
 (0)