diff options
author | Arnoud Vermeer <funzoneq@users.noreply.github.com> | 2016-05-18 14:38:09 +0200 |
---|---|---|
committer | Arnoud Vermeer <funzoneq@users.noreply.github.com> | 2016-05-18 14:38:09 +0200 |
commit | 3eecb15399334dfcb519680fc39e666c3b4f1ada (patch) | |
tree | bb4b3ddcfbf26f71558c53d3d11bf5912e3bde32 /lib | |
parent | c29f871b819372587d800e1d2bc0828c0d02c64e (diff) |
Update procurve.rb
Less escaping.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/oxidized/model/procurve.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/oxidized/model/procurve.rb b/lib/oxidized/model/procurve.rb index 09a18ca..392f510 100644 --- a/lib/oxidized/model/procurve.rb +++ b/lib/oxidized/model/procurve.rb @@ -2,7 +2,7 @@ class Procurve < Oxidized::Model # some models start lines with \r # previous command is repeated followed by "\eE", which sometimes ends up on last line - prompt /^\r?([\w -]+\eE)?([\w\.-]+# )$/ + prompt /^\r?([\w -]+\eE)?([\w.-]+# )$/ comment '! ' |