Strip extra newlines

This commit is contained in:
Tom Bell
2013-01-19 22:38:51 +00:00
parent e03f48085a
commit 6514fe2d22

View File

@@ -1,5 +1,4 @@
module Jekyll
class Command
def self.globs(source)
Dir.chdir(source) do
@@ -10,5 +9,4 @@ module Jekyll
end
end
end
end