Fix typo.

This commit is contained in:
Jordan Bancino 2023-01-09 18:01:32 +00:00
parent a09e15f6bc
commit 02884b6bdb

View file

@ -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