Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix file extension during file source orbit rename #325

Merged
merged 2 commits into from
Jan 24, 2024

Conversation

irfanshar
Copy link
Collaborator

No description provided.

@irfanshar irfanshar linked an issue Jan 23, 2024 that may be closed by this pull request
if (error) {
console.error(`Error fixing extension's case for file: ${fileDir}`);
} else {
console.log(`File ${fileDir} renamed successfully to ${newFileName}`);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is really an internal issue that we didn't get the case right the first time, so I don't think we should issue a consule statement here.
In fact, couldn't this be fixed at the time we do the initial rename? won't the console log have the wrong case there?

Signed-off-by: Irfan Sharif <[email protected]>
@edmundreinhardt edmundreinhardt merged commit 57fae45 into main Jan 24, 2024
4 checks passed
@edmundreinhardt edmundreinhardt deleted the fix/mixed-case-issue branch January 24, 2024 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

During migrate source, file is mixed case
2 participants