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

Weird empty line entries after tenth new line #7

Closed
pushchris opened this issue May 20, 2019 · 3 comments · Fixed by #8
Closed

Weird empty line entries after tenth new line #7

pushchris opened this issue May 20, 2019 · 3 comments · Fixed by #8

Comments

@pushchris
Copy link

No matter how I order the .env file always it always gets screwed up after the tenth extra new line. The following gets inserted instead of new lines: __EMPTYLINE_10__= __EMPTYLINE_11__= etc instead of a blank line.

As a convoluted example:

APP_NAME=

APP_ENV=

APP_KEY=

APP_DEBUG=

APP_URL=

LOG_CHANNEL=

DB_CONNECTION=

DB_HOST=

DB_PORT=

DB_DATABASE=

DB_USERNAME=

DB_PASSWORD=

OTHER_ENV=

Gets synced as:

APP_NAME=

APP_ENV=

APP_KEY=

APP_DEBUG=

APP_URL=

LOG_CHANNEL=

DB_CONNECTION=

DB_HOST=

DB_PORT=

DB_DATABASE=
__EMPTYLINE_10__=
DB_USERNAME=
__EMPTYLINE_11__=
DB_PASSWORD=
__EMPTYLINE_12__=

Not sure if its on my end or the scripts end but was hoping you might have some answers

@luqmanoop
Copy link
Owner

Thanks for reporting this issue @pushchris. I'm looking into it right away

luqmanoop added a commit that referenced this issue May 20, 2019
remove empty line entries that exists when variables are separated with
10 empty lines and above

Closes #7
@luqmanoop
Copy link
Owner

luqmanoop commented May 20, 2019

@pushchris this issue has been fixed in v2.0.2. Thanks again for reporting this.

@pushchris
Copy link
Author

Love the quick turn around! Thank you @codeshifu

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 a pull request may close this issue.

2 participants