Skip to content

Commit

Permalink
fix version path, relates to elastic#4123
Browse files Browse the repository at this point in the history
  • Loading branch information
colinsurprenant committed Nov 17, 2015
1 parent 2e80cd0 commit 1a32c14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# encoding: utf-8

$: << File.join(File.dirname(__FILE__), "lib")
$: << File.join(File.dirname(__FILE__), "logstash-core/lib")

task "default" => "help"

Expand Down
2 changes: 1 addition & 1 deletion rakelib/artifacts.rake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require "logstash-core/lib/logstash/version"
require "logstash/version"

namespace "artifact" do

Expand Down

0 comments on commit 1a32c14

Please sign in to comment.