From ed75e7c4430ead59a5e388a0e0239fbd7650827c Mon Sep 17 00:00:00 2001 From: WhatTheMike Date: Sat, 26 Jun 2021 02:29:10 -0400 Subject: [PATCH] Fixed a typo. --- bash/cleanupBeatSaberSongs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/cleanupBeatSaberSongs.sh b/bash/cleanupBeatSaberSongs.sh index a8c30e5..2bd6927 100755 --- a/bash/cleanupBeatSaberSongs.sh +++ b/bash/cleanupBeatSaberSongs.sh @@ -46,4 +46,4 @@ for line in `ls -l "${beatsaberroot}/${customsongpath}"`; do tput sgr0 fi done -echo "\nRed means the folder could not be renamed (destination name already exists?) and green means everything should be good!" +echo -e "\nRed means the folder could not be renamed (destination name already exists?) and green means everything should be good!"