1
1
Fork 0
mirror of https://github.com/goreleaser/nfpm synced 2024-04-28 13:45:14 +02:00

test: fix wrong path

refs https://github.com/goreleaser/nfpm/pull/596#discussion_r1059437870

Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos A Becker 2022-12-30 13:00:01 -03:00
parent 11d8f44aa5
commit 475f856f83
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -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",