Skip to content

Commit 61c7912

Browse files
kkimuraksachilles
authored andcommitted
fix typo in comment in gitlab_generate_postgresqlrc()
1 parent 1f92c14 commit 61c7912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/runtime/functions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ gitlab_generate_postgresqlrc() {
196196
DB_CLIENT_VERSION_PACKAGE_NAME=
197197

198198
if [[ "${DB_SERVER_VERSION_MAJOR}" -ge 10 ]]; then
199-
# v10 or later: use "rought major version" as version number in package name
199+
# v10 or later: use "rough major version" as version number in package name
200200
DB_CLIENT_VERSION_PACKAGE_NAME=${DB_SERVER_VERSION_MAJOR}
201201
else
202202
# prior to v10: convert

0 commit comments

Comments
 (0)