From: Bastian Dehn Date: Thu, 26 Jul 2018 06:56:35 +0000 (+0200) Subject: fix: spelling error X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=cbf58646dd8a0f678592812246d7cf6b56497be5;p=simple-backup.git fix: spelling error --- diff --git a/backup b/backup index 3622eb9..78b2576 100755 --- a/backup +++ b/backup @@ -142,7 +142,7 @@ BackupOfflineVMs() for VM in $offlineVM; do printfStripLine printf "Rechner ${LIGHTPURPLE}%s${RESET}; " "$remoterechner" - printf "${LIGHTBLUE}%s${RESETt} ist " "$VM" + printf "${LIGHTBLUE}%s${RESET} ist " "$VM" printf "${LIGHTRED}offline${RESET}\n\n" BackupVMDiscs printfStripLine