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

Commit 099bae8

Browse files
committed
moar better scoping?
1 parent 8bc6858 commit 099bae8

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
@@ -3,7 +3,7 @@
33
Puppet::Type.type(:repository).provide(:git) do
44
desc "Git repository clones"
55

6-
def self.autorequire
6+
def autorequire
77
['git']
88
end
99

0 commit comments

Comments
 (0)