Skip to content

Commit

Permalink
[jfrog-platform] Typo to get fourth parameter for setupPostgres.sh (#…
Browse files Browse the repository at this point in the history
…1922)

* Typo to get fourth parameter for setupPostgres.sh

Currently the CHART_NAME is either the value of the variable if defined, otherwise '4'.
It would be better to be the fourth parameter of the script if not defined.

* Bumping version

---------

Co-authored-by: Ram Mohan Rao Chukka <[email protected]>
  • Loading branch information
neolutin and chukka committed Oct 8, 2024
1 parent 019967f commit 3dd65a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stable/jfrog-platform/files/setupPostgres.sh
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,4 @@ setupDB "${DB_USERNAME}" "${DB_PASSWORD}" "${DB_NAME}" || true

log "$POSTGRES_LABEL setup is now complete."

exit 0
exit 0

0 comments on commit 3dd65a5

Please sign in to comment.