Strip extra newlines
This commit is contained in:
parent
e03f48085a
commit
6514fe2d22
|
@ -1,5 +1,4 @@
|
||||||
module Jekyll
|
module Jekyll
|
||||||
|
|
||||||
class Command
|
class Command
|
||||||
def self.globs(source)
|
def self.globs(source)
|
||||||
Dir.chdir(source) do
|
Dir.chdir(source) do
|
||||||
|
@ -10,5 +9,4 @@ module Jekyll
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue