Skip to content

Commit

Permalink
Typo. Fixes #26
Browse files Browse the repository at this point in the history
  • Loading branch information
Alec Clews committed Nov 25, 2019
1 parent 4377129 commit 8b96994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ func setupEnv() {
fmt.Println("Installing godep...")
runCmd("go", "get", "github.com/tools/godep")
if _, err := exec.LookPath("godep"); err != nil {
fmt.Println("ERROR: godep does note seem to be on the path")
fmt.Println("ERROR: godep does not seem to be on the path")
}
}

Expand Down

0 comments on commit 8b96994

Please sign in to comment.