Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ddee016

Browse files
committed
Fix comment typo in PotsgreSQL::Test::Cluster module
Per Dagfinn Ilmari Mannsåker
1 parent 4e31c46 commit ddee016

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/perl/PostgreSQL/Test/Cluster.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -1388,7 +1388,7 @@ sub _set_pg_version
13881388
#
13891389
# Routines that call Postgres binaries need to call this routine like this:
13901390
#
1391-
# local %ENV = $self->_get_env{[%extra_settings]);
1391+
# local %ENV = $self->_get_env([%extra_settings]);
13921392
#
13931393
# A copy of the environment is taken and node's host and port settings are
13941394
# added as PGHOST and PGPORT, then the extra settings (if any) are applied.

0 commit comments

Comments
 (0)