Skip to content

Commit

Permalink
fix failing replace "SKIP:" label.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyoichiro Yamada committed Aug 19, 2017
1 parent 3984caf commit 92f1da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/test/test.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ func (e *test) Edit(line string) (string, error) {
editor.RegexRepl{
Exp: skiptail,
Func: func(s string) string {
s = passtail.ReplaceAllString(s, "$1")
s = skiptail.ReplaceAllString(s, "$1")
floors := strings.Split(s, `/`)
processed = true
style = config.C.SkipStyle
Expand Down

0 comments on commit 92f1da4

Please sign in to comment.