aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2008-06-06 00:13:00 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2008-06-06 00:13:00 +0000
commitf0a56d60e8785da59da1dd054ae66957bfaaf7b6 (patch)
treef2d7b83a2b91e92470e9f6a5602590e2a70cec83
parentNice idea, but does not work right. (diff)
downloadrbot-gentoo-f0a56d60e8785da59da1dd054ae66957bfaaf7b6.tar.gz
rbot-gentoo-f0a56d60e8785da59da1dd054ae66957bfaaf7b6.tar.bz2
rbot-gentoo-f0a56d60e8785da59da1dd054ae66957bfaaf7b6.zip
Dot i's, Cross t's.
-rw-r--r--gentoo-data.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/gentoo-data.rb b/gentoo-data.rb
index f7f87f5..f62e693 100644
--- a/gentoo-data.rb
+++ b/gentoo-data.rb
@@ -285,28 +285,28 @@ plugin.map 'glsa :glsa_id',
plugin.map 'glsa -s :text',
:requirements => {
- :text => /^[^ ]+$/
+ :text => /^[^ ]+$/,
},
:action => 'glsa_search',
:auth_path => 'view'
plugin.map 'ddep :pkg',
:requirements => {
- :pkg => REGEX_CP
+ :pkg => REGEX_CP,
},
:action => 'ddep',
:auth_path => 'view'
plugin.map 'rdep :pkg',
:requirements => {
- :pkg => REGEX_CP
+ :pkg => REGEX_CP,
},
:action => 'rdep',
:auth_path => 'view'
plugin.map 'earch :pkg',
:requirements => {
- :pkg => REGEX_CP
+ :pkg => REGEX_CP,
},
:action => 'earch',
:auth_path => 'view'