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

Do not use shell syntax to get the first remote #15

Merged
merged 1 commit into from
Feb 20, 2015

Conversation

linquize
Copy link
Contributor

This is to make it work on Windows.

}
myRepo.exec(OArgv({ get: "remote." + REMOTE + ".url" }, "config"), function (err, REMOTE_URL) {
if (!REMOTE_URL) {
return Logger.log("Cannot find the remote origin url. Please add it.", "error");
Copy link
Owner

Choose a reason for hiding this comment

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

We have to update the error message: Cannot find the url., or something like that (maybe you have better ideas).

Thanks for this PR! 👍

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Changed

Copy link
Owner

Choose a reason for hiding this comment

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

👍 Cool! Can you please add yourself incontributors?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Added

@IonicaBizau IonicaBizau merged commit 00fe636 into IonicaBizau:master Feb 20, 2015
@IonicaBizau
Copy link
Owner

Thanks! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants