Skip to content

Commit

Permalink
correct typo in go generate error message (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmhodges authored and pmbethe09 committed Dec 12, 2016
1 parent c7e02c8 commit 9dbc5d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/private/go_repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def _fetch_repository_tools_deps(ctx, goroot, gopath):
'env', 'GOROOT=%s' % goroot, 'GOPATH=%s' % gopath, 'PATH=%s/bin' % goroot,
'go', 'generate', 'github.com/bazelbuild/buildifier/core'])
if result.return_code:
fail("failed to go genrate: %s" % result.stderr)
fail("failed to go generate: %s" % result.stderr)

_GO_REPOSITORY_TOOLS_BUILD_FILE = """
package(default_visibility = ["//visibility:public"])
Expand Down

0 comments on commit 9dbc5d1

Please sign in to comment.