From 34faa4e88742d44433a1e3575e958591981f4b6e Mon Sep 17 00:00:00 2001 From: committer Date: Tue, 11 Jun 2024 07:02:45 -0500 Subject: [PATCH] u --- dots/bin/tp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dots/bin/tp.sh b/dots/bin/tp.sh index 3f62151..9492492 100755 --- a/dots/bin/tp.sh +++ b/dots/bin/tp.sh @@ -47,7 +47,7 @@ for input_file in "$@"; do trash-put "${new_file}" #echo "${new_file}" else - echo "error: unable to delete '${new_file}'" + echo "error: unable to delete ${new_file}" fi done