Skip to content

Commit

Permalink
Update test_certs_r3.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ounsworth authored Jul 21, 2024
1 parent fc95bad commit 9af00f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/test_certs_r3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ test_ta () {
fi
}

printf "Build time: %s\n\n" $(date) >> $logfile
# Create the log file with a timestamp
printf "Build time: %s\n\n" $(date) > $logfile

# First, recurse into any provider dir
for providerdir in $(ls -d $inputdir/*/); do
Expand Down

0 comments on commit 9af00f8

Please sign in to comment.