diff --git a/activation/files_unix.go b/activation/files_unix.go index 29c2700..d51dcbb 100644 --- a/activation/files_unix.go +++ b/activation/files_unix.go @@ -71,7 +71,7 @@ func Files(unsetEnv bool) []*os.File { // FilesWithNames maps fd names to a set of os.File pointers. func FilesWithNames() map[string][]*os.File { - files := activation.Files(true) + files := Files(true) filesWithNames := map[string][]*os.File{} for _, f := range files {