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