aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/pkg/pkg.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/pkg/pkg.go')
-rw-r--r--internal/pkg/pkg.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/pkg/pkg.go b/internal/pkg/pkg.go
index 76e25d65..f56d42d1 100644
--- a/internal/pkg/pkg.go
+++ b/internal/pkg/pkg.go
@@ -342,8 +342,8 @@ func (c *Cache) storeFile(
return err
}
- return os.Link(
- checksumPathname.String(),
+ return os.Symlink(
+ "../"+dirChecksum+"/"+path.Base(checksumPathname.String()),
identifierPathname.String(),
)
}