Skip to content

Commit 7b4e60a

Browse files
author
Adrian Dvergsdal
committed
Fix typo in variable name
1 parent 5a5574b commit 7b4e60a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/server/initdb.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090

9191
$initdb_command = $locale ? {
9292
undef => $ic_checksums,
93-
default => "${ic_checksum} --locale '${locale}'"
93+
default => "${ic_checksums} --locale '${locale}'"
9494
}
9595

9696
# This runs the initdb command, we use the existance of the PG_VERSION

0 commit comments

Comments
 (0)