Skip to content

Commit 5106f3a

Browse files
committed
Fixed path
1 parent b1ad1c3 commit 5106f3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/e2e.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def run_logstash
6262

6363
File.write(@output_file, "")
6464
File.write(@input_file, "")
65-
spawn("C:\\Users\\asafmahlev\\logstash-fun\\logstash-7.10.0\\bin\\logstash -f logstash.conf")
65+
spawn("/usr/share/logstash/bin/logstash -f logstash.conf")
6666
sleep(60)
6767
data = File.read(@csv_file)
6868
f = File.open(@input_file, "a")

0 commit comments

Comments
 (0)