Skip to content

Commit 2b7c54d

Browse files
geroplChristian Weichel
authored andcommitted
Fix BuildLayoutLocation
1 parent 1fa65a8 commit 2b7c54d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/leeway/package.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ func (p *Package) BuildLayoutLocation(dependency *Package) (loc string) {
258258
return loc
259259
}
260260

261-
return p.FilesystemSafeName()
261+
return dependency.FilesystemSafeName()
262262
}
263263

264264
// UnmarshalYAML unmarshals the package definition

0 commit comments

Comments
 (0)