Skip to content

Commit 64d9173

Browse files
committed
Fix library generation
1 parent 9489727 commit 64d9173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate-stackbrew-library.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ for version in "${versions[@]}"; do
6060
debianSuite="${debianSuites[$version]:-$defaultDebianSuite}"
6161

6262
for v in \
63-
{stretch,jessie}{,/slim} \
63+
{stretch,buster}{,/slim} \
6464
; do
6565
dir="$version/$v"
6666
variant="$(basename "$v")"

0 commit comments

Comments
 (0)