Skip to content

Commit 3b0ea51

Browse files
committed
Refactor: move patterns under (legacy) sub-dir
part-of #297
1 parent 3cdd3f6 commit 3b0ea51

File tree

23 files changed

+2
-2
lines changed

23 files changed

+2
-2
lines changed

lib/logstash/patterns/core.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
module LogStash
22
module Patterns
33
module Core
4-
extend self
4+
extend self
55

66
def path
7-
::File.expand_path('../../../patterns', ::File.dirname(__FILE__))
7+
::File.expand_path('../../../patterns/legacy', ::File.dirname(__FILE__))
88
end
99

1010
end
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)