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

chore(docs): Correct name of Postgres "peer" authentication method #7381

Merged

Conversation

hongquan
Copy link
Member

Fixes #

Short description of what this resolves:

I incorrectly called Postgres "peer" authentication method as "ident". This PR is to fix that.

Changes proposed in this pull request:

  • Change "ident" to "peer" in installation doc.

Checklist

  • I have read the Contribution & Best practices Guide and my PR follows them.
  • My branch is up-to-date with the Upstream development branch.
  • The unit tests pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)
  • All the functions created/modified in this PR contain relevant docstrings.

@codecov
Copy link

codecov bot commented Oct 27, 2020

Codecov Report

Merging #7381 into development will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##           development    #7381   +/-   ##
============================================
  Coverage        64.24%   64.24%           
============================================
  Files              259      259           
  Lines            13136    13136           
============================================
  Hits              8439     8439           
  Misses            4697     4697           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update dd0bd76...66d34cf. Read the comment docs.

@iamareebjamal iamareebjamal changed the title Correct name of Postgres "peer" authentication method chore(docs): Correct name of Postgres "peer" authentication method Oct 27, 2020
@auto-label auto-label bot added the docs label Oct 27, 2020
@iamareebjamal iamareebjamal merged commit cbbef98 into fossasia:development Oct 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants