Skip to content

Commit baf3e76

Browse files
fix typo in comment
1 parent 6dbb7df commit baf3e76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install-labkey.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@ function step_postgres_configure() {
753753
else
754754
# Amazon Linux 2023
755755
if [ "$(platform_version)" == "2023" ]; then
756-
# AL 2023 supports installing Postgresql 15, 16, or 16 from its repo - however, only one version can be installed
756+
# AL 2023 supports installing Postgresql 15, 16, or 17 from its repo - however, only one version can be installed
757757
# default to v15 unless another version is supplied
758758
if [[ -z $POSTGRES_VERSION ]]; then
759759
DEFAULT_POSTGRES_VERSION="15"

0 commit comments

Comments
 (0)