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

Remove redundant environment variable in tutorial #1005

Merged
merged 1 commit into from
Mar 27, 2022

Conversation

xuebingli
Copy link
Contributor

In mysql-postgres-tutorial.md, environment variable POSTGRES_PASSWORD is defined twice with different values. This is not only redundant, but it could also lead to errors if/when the wrong value is used.

This PR removes the wrong value and only keeps the right one.

In `mysql-postgres-tutorial.md`, environment variable `POSTGRES_PASSWORD` is defined twice with different values. This is not only redundant, but it could also lead to errors if/when the wrong value is used.

This PR removes the wrong value and only keeps the right one.
Copy link
Contributor

@leonardBang leonardBang left a comment

Choose a reason for hiding this comment

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

Thanks @xuebingli for the contribution, LGTM

@leonardBang leonardBang merged commit d6f7cb6 into apache:master Mar 27, 2022
@xuebingli xuebingli deleted the patch-1 branch March 28, 2022 12:51
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.

None yet

2 participants