Skip to content

Commit

Permalink
Fix minor typo (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
pharaujo authored Mar 20, 2021
1 parent cbca02b commit 7ba29ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/bingo/variables.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ GOPATH ?= $(shell go env GOPATH)
GOBIN ?= $(firstword $(subst :, ,${GOPATH}))/bin
GO ?= $(shell which go)
# Bellow generated variables ensure that every time a tool under each variable is invoked, the correct version
# Below generated variables ensure that every time a tool under each variable is invoked, the correct version
# will be used; reinstalling only if needed.
# For example for {{ with (index .MainPackages 0) }}{{ .Name }}{{ end }} variable:
#
Expand Down

0 comments on commit 7ba29ed

Please sign in to comment.