Skip to content

Commit b23be73

Browse files
authored
Fix typo in borgbackup.sh (#2591)
Signed-off-by: pq2 <[email protected]>
1 parent 70bdcfa commit b23be73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

not-supported/borgbackup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ then
662662
fi
663663

664664
# Check the backup
665-
inform_user "$ICyan" "Checking the backup integity..."
665+
inform_user "$ICyan" "Checking the backup integrity..."
666666
# TODO: check how long this takes. If too long, remove the --verifa-data flag
667667
if ! borg check --verify-data "$BACKUP_TARGET_DIRECTORY"
668668
then

0 commit comments

Comments
 (0)