Skip to content

Commit

Permalink
Print error that's on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
JelteF committed Jul 24, 2017
1 parent 1338320 commit 36e7bb5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/ensure.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ This command requires that dep is installed in $PATH. `,

err = os.Rename("vendor", srcPath)
if err != nil {
err := errors.Wrap(err, "Couldn't move the the sources of the active workspace to vendor")
fmt.Printf("%v\n", err)
return errors.Wrap(err, "Couldn't move the vendor directory to the active workspace")
}

Expand Down

0 comments on commit 36e7bb5

Please sign in to comment.