Skip to content

Commit badc5d1

Browse files
committed
Fix directory name in get output
1 parent 87535df commit badc5d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/drive.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ export class FileSystemDrive implements Contents.IDrive {
129129
}
130130

131131
return {
132-
name: PathExt.basename(parentPath),
132+
name: localPath,
133133
path: PathExt.join(parentPath, localPath),
134134
last_modified: '',
135135
created: '',

0 commit comments

Comments
 (0)