mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-23 04:08:02 +00:00
delim fix
This commit is contained in:
@@ -19,7 +19,7 @@ class RandomSelectorEncoder < StringEncoder
|
||||
case opt
|
||||
# Removes any non-alphabet characters
|
||||
when '--delim'
|
||||
self.delim << arg;
|
||||
self.delim = arg;
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user