Skip to content

Commit

Permalink
prune: fix docs copypasta: s/true/false/
Browse files Browse the repository at this point in the history
  • Loading branch information
sdboyer committed Jan 24, 2018
1 parent 8cb413b commit 1227bd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifest.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const (
const (
pvnone uint8 = 0 // No per-project prune value was set in Gopkg.toml.
pvtrue uint8 = 1 // Per-project prune value was explicitly set to true.
pvfalse uint8 = 2 // Per-project prune value was explicitly set to true.
pvfalse uint8 = 2 // Per-project prune value was explicitly set to false.
)

// NewManifest instantites a new manifest.
Expand Down

0 comments on commit 1227bd2

Please sign in to comment.