Skip to content

Commit

Permalink
Build message typo (ii)
Browse files Browse the repository at this point in the history
  • Loading branch information
rafael-santiago committed Dec 1, 2016
1 parent b86abfd commit 439d0fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Forgefile.hsl
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ function setup_gopath() : result type none {
$cherry_gopath_entry = hefesto.sys.pwd();
hefesto.sys.cd($old_cwd);
if (str_contains($gopath, $cherry_gopath_entry)) {
hefesto.sys.echo("INFO: Nice! GOPATH is configurated :)\n");
hefesto.sys.echo("INFO: Nice! GOPATH is configured :)\n");
} else {
hefesto.sys.echo("WARN: GOPATH is not configured so I will do it for you on this build task. " +
"However, note that currently you are not able to run \"go build\" or \"go run\" commands " +
Expand Down

0 comments on commit 439d0fb

Please sign in to comment.