From 034bef5e2a8e54b6cb01afef574e811cf4e06d4d Mon Sep 17 00:00:00 2001 From: Markus Koch Date: Sat, 13 Mar 2021 10:43:23 +0100 Subject: [PATCH] scripts: Fix typo --- scripts/convert_latest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/convert_latest.sh b/scripts/convert_latest.sh index 3f03f30..8e9bd42 100755 --- a/scripts/convert_latest.sh +++ b/scripts/convert_latest.sh @@ -50,4 +50,4 @@ echo "" > $OUTDIR/uploaded echo "Cleaning up..." read rm $RESIZED_URL -Rm $LOCAL_URL +rm $LOCAL_URL