Skip to content

Commit

Permalink
Update error message
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeiVainshtein authored Jan 28, 2019
1 parent 51d9c86 commit eab75eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions executers/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -110,4 +110,4 @@ func unsetGoProxyAndExecute() error {
}

return errorutils.CheckError(errors.New("No executors were registered."))
}
}

0 comments on commit eab75eb

Please sign in to comment.