Skip to content

Commit 058bd4d

Browse files
committed
Revert "quick hack - test 10.* only as 11.* not on mirrors yet"
This reverts commit 90edf6e.
1 parent b0070c7 commit 058bd4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate-stackbrew-library.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
set -Eeuo pipefail
33

4-
GLOBIGNORE=examples/:.*/:test/:11.*/:11.*-ubi/:11.6/:11.6-ubi/:main/:main-ubi/
4+
GLOBIGNORE=examples/:.*/:test/:11.5/:11.5-ubi/:11.6/:11.6-ubi/:main/:main-ubi/
55

66
err() {
77
echo >&2 "ERROR: $*"

0 commit comments

Comments
 (0)