Skip to content

Commit

Permalink
Fix typo in std install instructions for build
Browse files Browse the repository at this point in the history
  • Loading branch information
pmorie committed Mar 31, 2015
1 parent 00cb644 commit fdae674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/lib/golang.sh
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ kube::golang::exit_if_stdlib_not_installed() {
kube::log::status "+++ Error. stdlib pkg with cgo flag not found.";
kube::log::status "+++ Error. stdlib pkg cannot be rebuilt since ${go_root_dir}/pkg is not writable by `whoami`";
kube::log::status "+++ Error. Make ${go_root_dir}/pkg writable for `whoami` for a one-time stdlib install, Or"
kube::log::status "+++ Error. Rebuild stdlib using the command 'CGO_ENABLED=0 go install -a installsuffix cgo std'";
kube::log::status "+++ Error. Rebuild stdlib using the command 'CGO_ENABLED=0 go install -a -installsuffix cgo std'";

exit 0;
}
Expand Down

0 comments on commit fdae674

Please sign in to comment.