Skip to content

Commit d4008ea

Browse files
committed
Apply more PR feedback.
1 parent 71e9128 commit d4008ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/runtime/setup.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ func (s *setup) install(id strfmt.UUID) (rerr error) {
469469
if err := s.depot.DeployViaCopy(id, envDef.InstallDir, s.path); err != nil {
470470
return errs.Wrap(err, "Could not deploy artifact via copy")
471471
}
472-
if s.supportsHardLinks {
472+
if envDef.NeedsTransforms() {
473473
if err := envDef.ApplyFileTransforms(s.path); err != nil {
474474
return errs.Wrap(err, "Could not apply env transforms")
475475
}

0 commit comments

Comments
 (0)