missing private keyword

This commit is contained in:
James Lopez 2016-05-06 14:39:57 +02:00
parent ce598b0541
commit b6ab4a3113
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ module Gitlab
execute(%W(#{git_bin_path} clone --bare #{bundle_path} #{repo_path}))
end
private
def tar_with_options(archive:, dir:, options:)
execute(%W(tar -#{options} #{archive} -C #{dir} .))
end