Skip to content

Commit

Permalink
test: fix wrong path
Browse files Browse the repository at this point in the history
refs #596 (comment)

Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
  • Loading branch information
caarlos0 committed Dec 30, 2022
1 parent 11d8f44 commit 475f856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arch_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 475f856

Please sign in to comment.