Skip to content

Commit

Permalink
Renamed command to git-open
Browse files Browse the repository at this point in the history
  • Loading branch information
mogensen committed Aug 12, 2020
1 parent f8b164a commit 0241f22
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
-
name: Build & Test
run: |
go build -v ./cmd/git-goopen
go build -v ./cmd/git-open
go test ./...
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@master
with:
args: release --snapshot --skip-publish --rm-dist
workdir: ./cmd/git-goopen
workdir: ./cmd/git-open
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ report-card: ## Generate static analysis report
goreportcard-cli -v

build: ## Builds a static linked binary
go build -o git-open ./cmd/git-goopen
go build -o git-open ./cmd/git-open

install: ## Installs the static linked binary
go install ./cmd/git-goopen
go install ./cmd/git-open
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 0241f22

Please sign in to comment.