features: change jekyll bin path to use exe/jekyll

This commit is contained in:
Parker Moore
2016-06-15 12:12:44 -07:00
parent 5e343f620a
commit 6cf6da04af

View File

@@ -12,7 +12,7 @@ class Paths
def self.status_file; test_dir.join("jekyll_status.txt"); end
def self.jekyll_bin; source_dir.join("bin", "jekyll"); end
def self.jekyll_bin; source_dir.join("exe", "jekyll"); end
def self.source_dir; SOURCE_DIR; end
end