Skip to content
Snippets Groups Projects
Commit 6d7ced4a authored by Dale Hamel's avatar Dale Hamel Committed by Dale Hamel
Browse files

Whitespace fixes to patch

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