Skip to content

Commit f07c47a

Browse files
committed
refact: text change
1 parent 11a00a3 commit f07c47a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

uac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -748,10 +748,10 @@ ua_total_running_time=`expr "${ua_acq_end_date_epoch}" - "${ua_acq_start_date_ep
748748

749749
printf %b "--------------------------------------------------------------------------------\n"
750750
log_message INFO "Artifacts collection complete. \
751-
Total running time: ${ua_total_running_time} seconds"
751+
Total execution time: ${ua_total_running_time} seconds"
752752

753753
printf %b "Artifacts collection complete. \
754-
Total running time: ${ua_total_running_time} seconds\n"
754+
Total execution time: ${ua_total_running_time} seconds\n"
755755

756756
# output file/directory name
757757
ua_output_base_name="uac-${ua_hostname}-${OPERATING_SYSTEM}-${ua_current_date_time}"

0 commit comments

Comments
 (0)