Skip to content

Commit e5a0ea1

Browse files
authored
Fix repo path in README.md
The README.md file shows an incorrect path for where you would typically store the repo files.
1 parent b497372 commit e5a0ea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ yumrepo { 'puppetrepo-products':
3333
gpgkey => 'http://myownmirror',
3434
enabled => '1',
3535
gpgcheck => '1',
36-
target => '/etc/yum.repo.d/puppetlabs.repo',
36+
target => '/etc/yum.repos.d/puppetlabs.repo',
3737
}
3838
3939
```

0 commit comments

Comments
 (0)