diff options
| author | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2024-07-30 15:06:07 -0700 |
|---|---|---|
| committer | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2024-07-30 15:06:07 -0700 |
| commit | 0ee4d86eeffe9c72dffd9e92cb33b27c8950940f (patch) | |
| tree | 566cc068f91fb07a23e3efadb3fad541ff59e6f5 /internal | |
| parent | dd88b8567d1377f50ab6955f6a30db830d94ebd9 (diff) | |
Fix comments
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/mobius/transaction_handlers.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 |