Skip to content

Commit 261bc91

Browse files
authored
Merge pull request #28848 from jmid/fix-x-ci-in-git-net
Fix missing 's' in `x-ci-accept-failures` from git-net.0.2.0
2 parents 56e7d9d + f2bfece commit 261bc91

File tree

1 file changed

+1
-1
lines changed
  • packages/git-net/git-net.0.2.0

1 file changed

+1
-1
lines changed

packages/git-net/git-net.0.2.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ build: [
3434
& os-distribution != "opensuse"}
3535
]
3636
x-maintenance-intent: [ "(latest)" ]
37-
x-ci-accept-failure: [ "alpine-3.21" "fedora-41" "fedora-42" "opensuse-15.6" "opensuse-tumbleweed" ]
37+
x-ci-accept-failures: [ "alpine-3.21" "fedora-41" "fedora-42" "opensuse-15.6" "opensuse-tumbleweed" ]
3838
url {
3939
src:
4040
"https://github.com/robur-coop/git-kv/releases/download/v0.2.0/git-kv-0.2.0.tbz"

0 commit comments

Comments
 (0)