mirror of
https://github.com/placeholder-soft/asdf-sui.git
synced 2026-01-12 07:04:08 +08:00
fix: syntax error
This commit is contained in:
@@ -24,8 +24,6 @@ arch="$(arch_name)"
|
||||
try_mv() {
|
||||
if [ -f "$1" ]; then
|
||||
mv "$1" "$2"
|
||||
else
|
||||
# echo "File $1 does not exist"
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user