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

fix: off by one error env file without new line #62

Merged
merged 3 commits into from
Feb 26, 2024

Commits on Feb 23, 2024

  1. fix: off by one error env file without new line

    ### Description
    When looking into the start index of the matching, it gets the index of the initial matching char. Which means that to get the last char, we should add the size of the separator - 1 to take into consideration that the index start on the first char.
    augustoccesar committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    9dda6f4 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Configuration menu
    Copy the full SHA
    34ebcfb View commit details
    Browse the repository at this point in the history
  2. fix: linting

    augustoccesar committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    129c04d View commit details
    Browse the repository at this point in the history