Skip to content

Commit 6963e5a

Browse files
committed
Merge pull request #118 from catawbasam/patch-1
add missing comma in install list
2 parents 0a63ea7 + aa0ac08 commit 6963e5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ using `WinRPM.jl`:
3131
"gtk2-tools",
3232
"pango-tools",
3333
"gdk-pixbuf-query-loaders",
34-
"gtk2-lang"
34+
"gtk2-lang",
3535
"gtk3-lang"])
3636
RPMbindir = Pkg.dir("WinRPM","deps","usr","$(Sys.ARCH)-w64-mingw32","sys-root","mingw","bin")
3737
ENV["PATH"]=ENV["PATH"]*";"*RPMbindir

0 commit comments

Comments
 (0)