lib/gherkin/exe_file_path.rb in gherkin-6.0.17 vs lib/gherkin/exe_file_path.rb in gherkin-7.0.1
- old
+ new
@@ -1,3 +1,3 @@
module Gherkin
- EXE_FILE_PATH = File.expand_path("#{File.dirname(__FILE__)}/../../gherkin-go/gherkin-go-{{.OS}}-{{.Arch}}{{.Ext}}")
+ EXE_FILE_PATH = File.expand_path("#{File.dirname(__FILE__)}/../../executables/gherkin-{{.OS}}-{{.Arch}}{{.Ext}}")
end