From 9ec61a28a039ca1ff25b759eafd01bc125fb868f Mon Sep 17 00:00:00 2001 From: Zitao Xiong Date: Sat, 30 Mar 2024 17:54:23 +0800 Subject: [PATCH] fix: syntax error --- bin/download | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/download b/bin/download index 2f3e3f0..81945e8 100755 --- a/bin/download +++ b/bin/download @@ -24,8 +24,6 @@ arch="$(arch_name)" try_mv() { if [ -f "$1" ]; then mv "$1" "$2" - else - # echo "File $1 does not exist" fi }