Update bin/emit
This commit is contained in:
parent
7ff35d826e
commit
d039dc3d7a
1 changed files with 1 additions and 1 deletions
2
bin/emit
2
bin/emit
|
@ -10,7 +10,7 @@ end
|
|||
|
||||
def read
|
||||
noecho { $stdin.gets }
|
||||
.gsub(/[^A-Za-z0-9_\s\/\-,;:*"'.()#]/, '')
|
||||
.gsub(/[^A-Za-z0-9_\s\/\-,;:*"'.()#%]/, '')
|
||||
end
|
||||
|
||||
open = false
|
||||
|
|
Loading…
Reference in a new issue