From 475f856f83d118411ecfc2adcab7266917bc6e60 Mon Sep 17 00:00:00 2001 From: Carlos A Becker Date: Fri, 30 Dec 2022 13:00:01 -0300 Subject: [PATCH] test: fix wrong path refs https://github.com/goreleaser/nfpm/pull/596#discussion_r1059437870 Signed-off-by: Carlos A Becker --- arch/arch_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arch_test.go b/arch/arch_test.go index d621c31..85f371c 100644 --- a/arch/arch_test.go +++ b/arch/arch_test.go @@ -42,7 +42,7 @@ func exampleInfo() *nfpm.Info { Contents: []*files.Content{ { Source: "../testdata/fake", - Destination: "/usr/share/bin/fake", + Destination: "/usr/bin/fake", }, { Source: "../testdata/whatever.conf",