Merge commit 'b1a055f10dc921fd8ec03db703d2fb0608179f4d'

This commit is contained in:
Tom Preston-Werner 2010-01-13 21:49:22 -08:00
commit dd5fb69c2f
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ module Jekyll
def initialize(config)
self.config = config.clone
self.source = config['source']
self.source = File.expand_path(config['source'])
self.dest = config['destination']
self.lsi = config['lsi']
self.pygments = config['pygments']