Skip to content

Commit

Permalink
eh
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelvigee committed Dec 17, 2024
1 parent 8203a62 commit 4f139df
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions sandbox/sandbox.go
Original file line number Diff line number Diff line change
Expand Up @@ -207,10 +207,6 @@ func Make(ctx context.Context, cfg MakeConfig) error {

target, err := os.Readlink(file.From)
if err == nil {
if !filepath.IsAbs(target) {
target = filepath.Join(filepath.Dir(file.From), target)
}

err = os.Symlink(target, to)
if err != nil {
return err
Expand Down

0 comments on commit 4f139df

Please sign in to comment.