Skip to content

Commit 912c890

Browse files
authored
Test pass with cmd alias (#4)
* Test pass with cmd alias * Use one single brewhome repo for all my cli
1 parent 5b6ea41 commit 912c890

File tree

4 files changed

+180
-2
lines changed

4 files changed

+180
-2
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ brews:
4949
name: cgit
5050
tap:
5151
owner: linuxsuren
52-
name: homebrew-cgit
52+
name: homebrew-linuxsuren
5353
folder: Formula
5454
homepage: "https://github.com/linuxsuren/cgit"
5555
description: cgit is a tiny tool for Chinese developers.

go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,7 @@ go 1.15
44

55
require (
66
github.com/magiconair/properties v1.8.4
7+
github.com/linuxsuren/go-cli-alias v0.0.0-20201206065047-35ce1fe0ce45
8+
github.com/magiconair/properties v1.8.1
79
github.com/spf13/cobra v1.1.1
810
)

0 commit comments

Comments
 (0)