GeoNode / geonode

GeoNode is an open source platform that facilitates the creation, sharing, and collaborative use of geospatial data.
https://geonode.org/
Other
1.46k stars 1.13k forks source link

[Fixes #12291] Update create-envfile.py #12427

Open amithkashyaps-ui opened 4 months ago

amithkashyaps-ui commented 4 months ago

replaced $ sign

Checklist

Reviewing is a process done by project maintainers, mostly on a volunteer basis. We try to keep the overhead as small as possible and appreciate if you help us to do so by completing the following items. Feel free to ask in a comment if you have troubles with any of them.

For all pull requests:

The following are required only for core and extension modules (they are welcomed, but not required, for contrib modules):

Submitting the PR does not require you to check all items, but by the time it gets merged, they should be either satisfied or inapplicable.

cla-bot[bot] commented 4 months ago

Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: amithkashyaps-ui. This is most likely caused by a git client misconfiguration; please make sure to:

  1. check if your git client is configured with an email to sign commits git config --list | grep email
  2. If not, set it up using git config --global user.email email@example.com
  3. Make sure that the git commit email is configured in your GitHub account settings, see https://github.com/settings/emails
codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 64.14%. Comparing base (4b6d872) to head (b61d07b).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #12427 +/- ## ========================================== - Coverage 64.14% 64.14% -0.01% ========================================== Files 888 888 Lines 53460 53460 Branches 6597 6597 ========================================== - Hits 34291 34290 -1 - Misses 17655 17658 +3 + Partials 1514 1512 -2 ```