Skip to content

Commit e8e4e7b

Browse files
committed
Fixing typo
1 parent 7f34f0a commit e8e4e7b

File tree

1 file changed

+1
-1
lines changed
  • packages/conf-rubberband/conf-rubberband.1

1 file changed

+1
-1
lines changed

packages/conf-rubberband/conf-rubberband.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ description:
2929
"This package can only install if the rubberband library is installed on the system."
3030
flags: conf
3131
available: !( # librubberband isn't available on cygwin nor on msys2 for the 32 bit arch
32-
(os = "cygwin") |
32+
(os-distribution = "cygwin") |
3333
(os = "win32" & os-distribution = "msys2" & arch = "x86_32")
3434
)

0 commit comments

Comments
 (0)