From a630b7208c525d6a990793f3dc786b0100ef655c Mon Sep 17 00:00:00 2001 From: "committer@tuxwarrior" Date: Fri, 6 Mar 2026 09:09:03 -0500 Subject: [PATCH] u --- dots/bin/nwgp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dots/bin/nwgp.sh b/dots/bin/nwgp.sh index b32acb9..5c685fb 100755 --- a/dots/bin/nwgp.sh +++ b/dots/bin/nwgp.sh @@ -46,7 +46,7 @@ backupDeploy() { local files=() if [[ "${operation}" == "backup" ]]; then - echo -e "\nthe following files will be copied to the repository (old files in the repo will potentially be overwritten):" + echo -e "\nthe following files will be copied to the repository (old files in the repo will be overwritten):" for filename in "${filenames[@]}"; do local file="${nwgp_dir}/${filename}"