Skip to content

Commit 9f9fa92

Browse files
committed
Fix goreleaser typo
1 parent 6ab8821 commit 9f9fa92

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.goreleaser.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ release:
133133
134134
#### Go Install
135135
```bash
136-
go install [github.com/openchami/fru-tracker/cmd/server](https://github.com/openchami/fru-tracker/cmd/server)@{{ .Tag }}
137-
```
136+
go install github.com/openchami/fru-tracker/cmd/server@{{ .Tag }}
137+
```
138138
139139
footer: |
140140
---

0 commit comments

Comments
 (0)