Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xorpaul committed Jun 4, 2018
1 parent e29d44a commit 0e2354b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion puppetfile.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ func resolvePuppetEnvironment(envBranch string, tags bool, outputNameTag string)

syncToModuleDir(workDir, targetDir, branch, false, false)
if !fileExists(targetDir + "Puppetfile") {
Debugf("Skipping branch " + source + "_" + branch + " because " + targetDir + "Puppetfile does not exitst")
Debugf("Skipping branch " + source + "_" + branch + " because " + targetDir + "Puppetfile does not exist")
} else {
puppetfile := readPuppetfile(targetDir+"Puppetfile", sa.PrivateKey, source, sa.ForceForgeVersions)
puppetfile.workDir = targetDir
Expand Down

0 comments on commit 0e2354b

Please sign in to comment.