Skip to content

Commit

Permalink
Merge pull request #554 from voxpupuli/zipkid-patch-1
Browse files Browse the repository at this point in the history
Use a more logical example for basedir in the example code.
  • Loading branch information
bastelfreak authored May 13, 2021
2 parents 80f50ea + 8995d73 commit c03a24e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class { 'r10k':
sources => {
'webteam' => {
'remote' => 'ssh://git@github.com/webteam/somerepo.git',
'basedir' => "${::settings::confdir}/environments",
'basedir' => "${::settings::codedir}/environments",
'prefix' => true,
},
'secteam' => {
Expand Down

0 comments on commit c03a24e

Please sign in to comment.