Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

Commit

Permalink
Merge pull request #678 from dlespiau/20170530-fix-error-message
Browse files Browse the repository at this point in the history
prune: Fix error message
  • Loading branch information
carolynvs committed May 30, 2017
2 parents 7885eae + 5e59f19 commit 0e8607e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/dep/prune.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func (cmd *pruneCommand) Run(ctx *dep.Ctx, args []string) error {
}

if !bytes.Equal(s.HashInputs(), p.Lock.SolveMeta.InputsDigest) {
return errors.Errorf("Gopkg.lock is out of sync the project; run dep ensure before pruning.")
return errors.Errorf("Gopkg.lock is out of sync; run dep ensure before pruning.")
}

var pruneLogger *log.Logger
Expand Down

0 comments on commit 0e8607e

Please sign in to comment.