From bbbf75b6353c8dd61bda41824f576b74910ea340 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Mengu=C3=A9?= Date: Wed, 21 Feb 2024 19:13:40 +0100 Subject: [PATCH] dev: install.sh remove obsolete reference to godownloader (#4407) --- install.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/install.sh b/install.sh index 5d5a5d88..e4728903 100644 --- a/install.sh +++ b/install.sh @@ -13,9 +13,6 @@ Usage: $this [-b ] [-d] [] https://github.com/golangci/golangci-lint/releases If tag is missing, then the latest will be used. - Generated by godownloader - https://github.com/goreleaser/godownloader - EOF exit 2 }