Skip to content

Commit 0d40041

Browse files
committed
Improve text
1 parent 09dc570 commit 0d40041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/v-backup-user

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ rm -rf $tmpdir
609609

610610
if [[ ! -z $backup_error ]]; then
611611
if [[ "$BACKUP_SYSTEM" =~ "local" ]]; then
612-
echo -e "\nLocal backup was successfully executed. How ever the remote backup failed for reason:"
612+
echo -e "\nLocal backup was successfully executed. Remote backup failed for reason:"
613613
echo -e "\n$backup_error"
614614
BACKUP_SYSTEM="local"
615615
else

0 commit comments

Comments
 (0)