From 02884b6bdbe743a8e52bd153092cd8378392f5c0 Mon Sep 17 00:00:00 2001 From: Jordan Bancino Date: Mon, 9 Jan 2023 18:01:32 +0000 Subject: [PATCH] Fix typo. --- tools/bin/tp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/bin/tp b/tools/bin/tp index e85fc7a..21f61ba 100755 --- a/tools/bin/tp +++ b/tools/bin/tp @@ -52,7 +52,7 @@ case "$1" in fi if ! $CURL -o "$TP_DIR/ingress/$id.patch" "$HOMESERVER/media/v3/download/$server/$id"; then - rm "$TP_DIR"/ingress/$id.patch" + rm "$TP_DIR/ingress/$id.patch" echo "Failed to fetch mxc://$server/$id." echo "Will try again next time." continue