Skip to content

Commit 3a3756b

Browse files
committed
Fix yaml snippet
1 parent f24503d commit 3a3756b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/release/create-yaml-snippet.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ cat <<EOF > /dev/stdout
3939
dlHash: $(sha256sum "haskell-language-server-$RELEASE-x86_64-linux-deb12.tar.xz" | awk '{ print $1 }')
4040
unknown_versioning: *hls-${RELEASE//./}-64-deb12
4141
Linux_Ubuntu:
42-
'( >= 16 && < 19 )': &hls-${RELEASE//./}-64-ubuntu18
42+
'< 18': &hls-${RELEASE//./}-64-deb9
43+
'( >= 18 && < 19 )':
4344
dlUri: $baseUrl/haskell-language-server-$RELEASE-x86_64-linux-ubuntu18.04.tar.xz
4445
dlSubdir: haskell-language-server-$RELEASE
4546
dlHash: $(sha256sum "haskell-language-server-$RELEASE-x86_64-linux-ubuntu18.04.tar.xz" | awk '{ print $1 }')

0 commit comments

Comments
 (0)