Skip to content

Commit 8ecbb24

Browse files
committed
Fix build typo
1 parent 2d6df2f commit 8ecbb24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
yazi_VERSION=$1
22
BUILD_VERSION=$2
33
declare -a arr=("bookworm" "trixie" "sid")
4-
j for i in "${arr[@]}"
4+
for i in "${arr[@]}"
55
do
66
DEBIAN_DIST=$i
77
FULL_VERSION=$yazi_VERSION-${BUILD_VERSION}+${DEBIAN_DIST}_amd64

0 commit comments

Comments
 (0)