Skip to content

Commit

Permalink
Update binary name to match docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachary Scott committed Jun 4, 2018
1 parent 7a414ff commit 2a8a56d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ SHA=$(shell git rev-parse --short HEAD)

GOFILES = $(shell find . -name '*.go' -not -path './vendor/*')

CLIPATH=github.com/circleci/cli
CLIPATH=github.com/circleci/circleci-cli

EXECUTABLE=cli
EXECUTABLE=circleci-cli
BUILD_DIR=build

.PHONY: build/linux
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ $ make
### 3. Run Diagnostic check

```
$ ./build/target/linux/amd64/cli diagnostic
$ ./build/target/linux/amd64/circleci-cli diagnostic
Please enter your CircleCI API token:
OK.
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package main

import (
"github.com/circleci/cli/cmd"
"github.com/circleci/circleci-cli/cmd"
)

func main() {
Expand Down

0 comments on commit 2a8a56d

Please sign in to comment.