mirror of
https://github.com/rclone/rclone.git
synced 2025-12-11 22:14:05 +01:00
docs: spelling: e.g.
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Nick Craig-Wood
parent
d4f38d45a5
commit
e4a87f772f
@@ -576,7 +576,7 @@ func (f *Fs) CreateDir(ctx context.Context, pathID, leaf string) (newID string,
|
||||
}
|
||||
newID = resp.Header.Get("Location")
|
||||
if newID == "" {
|
||||
// look up ID if not returned (eg for syncFolder)
|
||||
// look up ID if not returned (e.g. for syncFolder)
|
||||
var found bool
|
||||
newID, found, err = f.FindLeaf(ctx, pathID, leaf)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user