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

Commit

Permalink
Tweak my text changes just a little bit more
Browse files Browse the repository at this point in the history
  • Loading branch information
sdboyer committed Jan 4, 2017
1 parent 7686693 commit 3e21bee
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ensure.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,8 @@ dep ensure github.com/pkg/foo:git.internal.com/alt/foo
dep ensure -override github.com/pkg/foo@^1.0.1
Forcefully and transitively override any constraint for this dependency.
Overrides are powerful, but they are harmful over the long term. They should
be used as a last resort, especially if your project will be imported by
others.
Overrides are powerful, but harmful in the long term. They should be used
as a last resort, especially if your project may be imported by others.
`

func (cmd *ensureCommand) Name() string { return "ensure" }
Expand Down

0 comments on commit 3e21bee

Please sign in to comment.