From 0ee4d86eeffe9c72dffd9e92cb33b27c8950940f Mon Sep 17 00:00:00 2001 From: Jeff Halter <868228+jhalter@users.noreply.github.com> Date: Tue, 30 Jul 2024 15:06:07 -0700 Subject: Fix comments --- internal/mobius/transaction_handlers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal') diff --git a/internal/mobius/transaction_handlers.go b/internal/mobius/transaction_handlers.go index d18dba5..cf2357c 100644 --- a/internal/mobius/transaction_handlers.go +++ b/internal/mobius/transaction_handlers.go @@ -418,7 +418,7 @@ func HandleMoveFile(cc *hotline.ClientConn, t *hotline.Transaction) (res []hotli if err := hlFile.Move(fileNewPath); err != nil { return res } - // TODO: handle other possible errors; e.g. fileWrapper delete fails due to fileWrapper permission issue + // TODO: handle other possible errors; e.g. file delete fails due to permission issue res = append(res, cc.NewReply(t)) return res -- cgit