Skip to content

Commit a39b0c8

Browse files
committed
Replace ls with printf
JAVA-5435
1 parent 2454b75 commit a39b0c8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.evergreen/ssdlc-report.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,6 @@ sed "${SED_EDIT_IN_PLACE_OPTION[@]}" \
5757
-e "s/\${product_version}/${PRODUCT_VERSION}/g" \
5858
-e "s/\${report_date_utc}/$(date -u +%Y-%m-%d)/g" \
5959
"${SSDLC_REPORT_PATH}"
60-
ls "${SSDLC_REPORT_PATH}"
60+
printf "%s\n" "${SSDLC_REPORT_PATH}"
61+
62+
printf "\n"

0 commit comments

Comments
 (0)