aboutsummaryrefslogtreecommitdiffstats
path: root/osurl
diff options
context:
space:
mode:
Diffstat (limited to 'osurl')
-rwxr-xr-xosurl2
1 files changed, 1 insertions, 1 deletions
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