Skip to content

Commit

Permalink
fix remote
Browse files Browse the repository at this point in the history
  • Loading branch information
elad bahar committed Sep 12, 2024
1 parent fbc8f7a commit fee2211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/e-sync.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function setRemotes(cwd, repo) {
.trim(),
);

if (gitRoot !== cwd) {
if (gitRoot.toLowerCase() !== cwd.toLowerCase()) {
fatal(`Expected git root to be ${cwd} but found ${gitRoot}`);
}

Expand Down

0 comments on commit fee2211

Please sign in to comment.