Skip to content
This repository was archived by the owner on Dec 2, 2020. It is now read-only.

Commit b03dc81

Browse files
committed
Fixed the wrong typo
1 parent 430d1fa commit b03dc81

File tree

1 file changed

+1
-1
lines changed
  • lib/puppet/provider/repository

1 file changed

+1
-1
lines changed

lib/puppet/provider/repository/git.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def command_opts
4545
end
4646

4747
def build_command_opts
48-
default_commands_opt.tap do |h|
48+
default_command_opts.tap do |h|
4949
if uid = (self[:user] || self.class.default_user)
5050
h[:uid] = uid
5151
end

0 commit comments

Comments
 (0)