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

url: fix netrc info message #11904

Closed
wants to merge 1 commit into from
Closed

url: fix netrc info message #11904

wants to merge 1 commit into from

Conversation

jay
Copy link
Member

@jay jay commented Sep 21, 2023

  • Fix netrc info message to use the generic ".netrc" filename if the user did not specify a netrc location.

  • Update --netrc doc to add that recent versions of curl on Windows prefer .netrc over _netrc.

Before:
* Couldn't find host google.com in the (nil) file; using defaults

After:
* Couldn't find host google.com in the .netrc file; using defaults

Closes #xxxx

- Fix netrc info message to use the generic ".netrc" filename if the
  user did not specify a netrc location.

- Update --netrc doc to add that recent versions of curl on Windows
  prefer .netrc over _netrc.

Before:
* Couldn't find host google.com in the (nil) file; using defaults

After:
* Couldn't find host google.com in the .netrc file; using defaults

Closes #xxxx
@jay jay closed this in ab18c04 Sep 24, 2023
@jay jay deleted the fix_netrc_infomsg branch September 24, 2023 07:38
ptitSeb pushed a commit to wasix-org/curl that referenced this pull request Sep 25, 2023
- Fix netrc info message to use the generic ".netrc" filename if the
  user did not specify a netrc location.

- Update --netrc doc to add that recent versions of curl on Windows
  prefer .netrc over _netrc.

Before:
* Couldn't find host google.com in the (nil) file; using defaults

After:
* Couldn't find host google.com in the .netrc file; using defaults

Closes curl#11904
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

2 participants