Commit 6d7ced4a authored by Dale Hamel's avatar Dale Hamel Committed by Dale Hamel

Whitespace fixes to patch

parent 1875141a
require 'fileutils'
module Gitlab
......@@ -8,7 +7,7 @@ module Gitlab
options = { chdir: path }
unless File.directory?(path)
FileUtils.mkdir_p(path)
FileUtils.mkdir_p(path)
end
@cmd_output = ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment