From 0e2354bc3f30690318d18874604bb651e8589949 Mon Sep 17 00:00:00 2001 From: Andreas Paul Date: Mon, 4 Jun 2018 15:58:04 +0200 Subject: [PATCH] fix typo --- puppetfile.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/puppetfile.go b/puppetfile.go index b7d75f8..b4620d7 100644 --- a/puppetfile.go +++ b/puppetfile.go @@ -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