Skip to content

Commit

Permalink
e2e/cli: comment fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
nickethier committed Aug 2, 2018
1 parent a8c59d9 commit a50f2c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e2e/cli/command/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Usage: nomad-e2e run (<provider>/<name>)...
Two modes exist when using the run command.
When no arguments are given to the run command, it will launch
the e2e test suite against the nomad cluster specified by the
the e2e test suite against the Nomad cluster specified by the
NOMAD_ADDR environment variable. If this is not set, it defaults
to 'http://localhost:4646'
Expand Down
2 changes: 1 addition & 1 deletion e2e/cli/command/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"github.com/hashicorp/nomad/helper/discover"
)

// Fetches the nomad binary and returns the temporary directory where it exists
// fetchBinary fetches the nomad binary and returns the temporary directory where it exists
func fetchBinary(bin string) (string, error) {
nomadBinaryDir, err := ioutil.TempDir("", "")
if err != nil {
Expand Down

0 comments on commit a50f2c8

Please sign in to comment.