From adc09da4c76e6faf3f066dab49f8185c2a60ce70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Duffeck?= Date: Thu, 26 Jun 2025 08:46:29 +0200 Subject: [PATCH] Fix typo --- opencloud/pkg/command/posixfs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opencloud/pkg/command/posixfs.go b/opencloud/pkg/command/posixfs.go index 8ed5ce80b..dd2237d68 100644 --- a/opencloud/pkg/command/posixfs.go +++ b/opencloud/pkg/command/posixfs.go @@ -36,7 +36,7 @@ type EntryInfo struct { ParentID string } -// PosixfsCommand is the entrypoint for the groups command. +// PosixfsCommand is the entrypoint for the posixfs command. func PosixfsCommand(cfg *config.Config) *cli.Command { return &cli.Command{ Name: "posixfs",