We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a5574b commit 7b4e60aCopy full SHA for 7b4e60a
manifests/server/initdb.pp
@@ -90,7 +90,7 @@
90
91
$initdb_command = $locale ? {
92
undef => $ic_checksums,
93
- default => "${ic_checksum} --locale '${locale}'"
+ default => "${ic_checksums} --locale '${locale}'"
94
}
95
96
# This runs the initdb command, we use the existance of the PG_VERSION
0 commit comments