From d19d52db9186306ff8419fe54202ca66f78407f5 Mon Sep 17 00:00:00 2001 From: icenine451 Date: Fri, 21 Jun 2024 09:54:13 -0400 Subject: [PATCH] Remove excess white space --- functions/other_functions.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/functions/other_functions.sh b/functions/other_functions.sh index 764fd8eb..51c587c5 100644 --- a/functions/other_functions.sh +++ b/functions/other_functions.sh @@ -560,7 +560,6 @@ deploy_helper_files() { eval current_dest="$dest" cp -f "$helper_files_folder/$file" "$current_dest/$file" fi - done < "$helper_files_list" }