From ca05e1a20a7eafd63b7fb97136c9b1bf7f8a682c Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Wed, 5 Dec 2018 13:49:35 +0100 Subject: fix(osurl): add comma to the configuration table --- osurl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osurl b/osurl index 5d2dea8..e7299e0 100755 --- a/osurl +++ b/osurl @@ -16,7 +16,7 @@ local patterns = { ["bsc#%NUM"] = "http://bugzilla.suse.com/show_bug.cgi?id=%1", ["gh#%NONHASH#%WORD"] = "https://github.com/%1/issues/%2", ["lp#%NUM"] = "https://launchpad.net/bugs/%1", - ["rh#%NUM"] = "http://bugzilla.redhat.com/show_bug.cgi?id=%1" + ["rh#%NUM"] = "http://bugzilla.redhat.com/show_bug.cgi?id=%1", } -- turn "foo#%BLAH" into a pattern that matches everything literally except -- cgit