From c7aee8ddc4cd9fc5167ad123770d3107223e2677 Mon Sep 17 00:00:00 2001 From: Yusuf Sahin HAMZA Date: Fri, 18 Sep 2020 00:43:52 +0300 Subject: [PATCH] Fix debian executable path --- .goreleaser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index e3f047c19..dc93cf6b4 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -54,7 +54,7 @@ nfpms: - license: MIT maintainer: GitHub homepage: https://github.com/cli/cli - bindir: /usr/local + bindir: /usr dependencies: - git description: GitHub’s official command line tool.