Skip to content

Commit

Permalink
Merge remote branch 'christianhellsten/master' into next
Browse files Browse the repository at this point in the history
  • Loading branch information
mojombo committed Jun 22, 2010
2 parents 9bb2066 + 68c69fb commit f848457
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/jekyll.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ module Jekyll
'server' => false,
'server_port' => 4000,

'source' => '.',
'source' => Dir.pwd,
'destination' => File.join('.', '_site'),
'plugins' => File.join('.', '_plugins'),

Expand Down
2 changes: 1 addition & 1 deletion test/test_configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class TestConfiguration < Test::Unit::TestCase
context "loading configuration" do
setup do
@path = './_config.yml'
@path = File.join(Dir.pwd, '_config.yml')
end

should "fire warning with no _config.yml" do
Expand Down

0 comments on commit f848457

Please sign in to comment.