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
No known key found for this signature in database
GPG Key ID: 193CDEBA72063C58
1 changed files with 1 additions and 1 deletions

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