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

Commit

Permalink
manifest: typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
darkowlzz committed Sep 9, 2017
1 parent c0d23a6 commit ddc0326
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifest.go
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ func ValidateProjectRoots(c *Ctx, m *Manifest, sm gps.SourceManager) error {
var valErr error
if len(errorCh) > 0 {
valErr = errInvalidProjectRoot
c.Err.Printf("The Following issues were found in Gopkg.toml:\n\n")
c.Err.Printf("The following issues were found in Gopkg.toml:\n\n")
for err := range errorCh {
c.Err.Println(" ✗", err.Error())
}
Expand Down
2 changes: 1 addition & 1 deletion manifest_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ func TestValidateProjectRoots(t *testing.T) {
name: "valid project root",
manifest: Manifest{
Constraints: map[gps.ProjectRoot]gps.ProjectProperties{
gps.ProjectRoot("github.com/goland/dep"): {
gps.ProjectRoot("github.com/golang/dep"): {
Constraint: gps.Any(),
},
},
Expand Down

0 comments on commit ddc0326

Please sign in to comment.