Skip to content

Commit

Permalink
Slight modification.
Browse files Browse the repository at this point in the history
  • Loading branch information
envygeeks committed Oct 9, 2015
1 parent 248dc55 commit 6f89bdf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/jekyll/assets/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ module Configuration
})

def self.defaults
%W(development test).include?(Jekyll.env) ? DEVELOPMENT : PRODUCTION
%W(development test).include?(Jekyll.env) ? \
DEVELOPMENT : PRODUCTION
end

def self.merge(merge_into, config = self.defaults)
Expand Down

0 comments on commit 6f89bdf

Please sign in to comment.