Skip to content

Commit 5bed1eb

Browse files
authored
Fix conditional structure in import_iso.sh
Removed unnecessary closing 'fi' statement in import_iso.sh.
1 parent 7a4b924 commit 5bed1eb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

artifacts/import_iso.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ function iso::mk_server_path() {
7575
echo "/kylin-iso/10/sp3/os/x86_64"
7676
return
7777
fi
78-
fi
7978
# release V11 2503/(Swan25)-aarch64-build20/20250715
8079
elif grep -q "V11 2503" $path; then
8180
if grep -q "aarch64" $path; then

0 commit comments

Comments
 (0)