aboutsummaryrefslogtreecommitdiff
path: root/package.go
diff options
context:
space:
mode:
Diffstat (limited to 'package.go')
-rw-r--r--package.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.go b/package.go
index 8b27e54..e073937 100644
--- a/package.go
+++ b/package.go
@@ -471,7 +471,7 @@ func (pkg *Package) load(sec *ini.Section) {
//
// GoInstall a package recursively ("./...").
//
-// (1) Set PATH to let go install that require gcc work when invoked from
+// Set PATH to let go install that require gcc work when invoked from
// non-interactive shell (e.g. buildbot).
//
func (pkg *Package) GoInstall(envPath string) (err error) {