This commit is contained in:
r888888888
2014-06-12 21:45:17 -07:00
parent 7971821af3
commit 075f11e71d

View File

@@ -31,7 +31,7 @@ private
[:remove_alias, $1, $2]
elsif line =~ /^remove implication (\S+) -> (\S+)$/i
[:remove_implication, $1, $2]
elsif line =~ /^mass update\s+(.+)\s+->\s+(.+)$/i
elsif line =~ /^mass update (.+?) -> (.*)$/i
[:mass_update, $1, $2]
elsif line.empty?
# do nothing