missing private keyword
This commit is contained in:
parent
ce598b0541
commit
b6ab4a3113
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue