Skip to content

Commit 0241f22

Browse files
committed
Renamed command to git-open
1 parent f8b164a commit 0241f22

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ jobs:
2727
-
2828
name: Build & Test
2929
run: |
30-
go build -v ./cmd/git-goopen
30+
go build -v ./cmd/git-open
3131
go test ./...
3232
-
3333
name: Run GoReleaser
3434
uses: goreleaser/goreleaser-action@master
3535
with:
3636
args: release --snapshot --skip-publish --rm-dist
37-
workdir: ./cmd/git-goopen
37+
workdir: ./cmd/git-open

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ report-card: ## Generate static analysis report
1212
goreportcard-cli -v
1313

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

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

0 commit comments

Comments
 (0)