aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal
diff options
context:
space:
mode:
Diffstat (limited to 'internal')
-rw-r--r--internal/system.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/system.go b/internal/system.go
index 5f5e76bc..a8d915ce 100644
--- a/internal/system.go
+++ b/internal/system.go
@@ -27,7 +27,7 @@ type System interface {
// Lookup provides [user.Lookup].
Lookup(username string) (*user.User, error)
// ReadDir provides [os.ReadDir].
- ReadDir(name string) ([]os.DirEntry, error)
+ ReadDir(name string) ([]fs.DirEntry, error)
// Stat provides [os.Stat].
Stat(name string) (fs.FileInfo, error)
// Open provides [os.Open]