diff options
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 |