Skip to content

Commit bef8c97

Browse files
fix: One more typo in the Termux directory rename code in src/lib/commands.js (#1379)
Co-authored-by: 1Code-JS <196545093+1Code-JS@users.noreply.github.com>
1 parent bcd557e commit bef8c97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/commands.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ export default {
360360
const content = await fs.readFile();
361361
await fsOperation(Url.dirname(uri)).createFile(newname, content);
362362
await fs.delete();
363-
newUrl = newFilePath;
363+
newUri = newFilePath;
364364
} else {
365365
newUri = await fs.renameTo(newname);
366366
}

0 commit comments

Comments
 (0)