diff --git a/executers/utils.go b/executers/utils.go index e9b0251..49ffe8d 100644 --- a/executers/utils.go +++ b/executers/utils.go @@ -78,7 +78,7 @@ func ExecuteGo(goArg, targetRepo string, noRegistry bool, serviceManager *artifa if err != nil { if dependencyNotFoundInArtifactory(err, noRegistry) { - log.Info("Received", err.Error(), "from Artifactory. Trying download the dependencies from the VCS...") + log.Info("Received", err.Error(), "from proxy. Trying to download dependencies from VCS...") err = unsetGoProxyAndExecute() if err != nil { return err @@ -110,4 +110,4 @@ func unsetGoProxyAndExecute() error { } return errorutils.CheckError(errors.New("No executors were registered.")) -} \ No newline at end of file +}