Skip to content

Commit e377fcb

Browse files
committed
Fix spelling mistake in Archive notice
1 parent 50f2723 commit e377fcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/assets/functions/10-db-backup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ compression() {
587587

588588
create_archive() {
589589
if [ "${exit_code}" = "0" ] ; then
590-
print_notice "Creating archive file of '${target_dir}' with tar ${compresion_string}"
590+
print_notice "Creating archive file of '${target_dir}' with tar ${compression_string}"
591591
tar cf - "${TEMP_LOCATION}"/"${target_dir}" | $dir_compress_cmd > "${TEMP_LOCATION}"/"${target_dir}".tar"${extension}"
592592
else
593593
print_error "Skipping creating archive file because backup did not complete successfully"

0 commit comments

Comments
 (0)