From 19b4723d25adbb66143f86be006c9e93c94978a7 Mon Sep 17 00:00:00 2001 From: renai <> Date: Mon, 29 Aug 2022 15:36:10 +0800 Subject: [PATCH] fix install --- .goreleaser.yml | 4 ++-- install.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 47e08f996948..8b8a0d45762f 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -3,7 +3,7 @@ project_name: golangci-lint release: github: - owner: golangci + owner: LilithGames name: golangci-lint builds: @@ -73,7 +73,7 @@ changelog: brews: - tap: - owner: golangci + owner: LilithGames name: homebrew-tap folder: Formula homepage: https://golangci.com diff --git a/install.sh b/install.sh index 95aad9d88cfb..62980fb1d632 100644 --- a/install.sh +++ b/install.sh @@ -366,7 +366,7 @@ End of functions from https://github.com/client9/shlib EOF PROJECT_NAME="golangci-lint" -OWNER=golangci +OWNER=LilithGames REPO="golangci-lint" BINARY=golangci-lint FORMAT=tar.gz