Skip to content

Commit 415224e

Browse files
committed
Fix typo (unconsequential as having different folders for newUri and oldUri already disallowed)
1 parent 3bb2c56 commit 415224e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/providers/FileSystemProvider/FileSystemProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ export class FileSystemProvider implements vscode.FileSystemProvider {
554554
}
555555
// Write the new file
556556
// This is going to attempt the write regardless of the user's response to the check out prompt
557-
const api = new AtelierAPI(oldUri);
557+
const api = new AtelierAPI(newUri);
558558
await api
559559
.putDoc(
560560
newFileName,

0 commit comments

Comments
 (0)