Skip to content

Commit 0848d2b

Browse files
authored
fixed pg start log info typo (documentdb#272)
1 parent b2e220c commit 0848d2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/utils.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ function StartServer()
7777
local _pgctlPath=$(GetPGCTL)
7878

7979
echo "Starting postgres in $_directory"
80-
echo "Calling: $_pgctlPath start -D $_directory -o \"-p $_port -l $_logPath\""
80+
echo "Calling: $_pgctlPath start -D $_directory -o \"-p $_port\" -l $_logPath"
8181
$_pgctlPath start -D $_directory -o "-p $_port" -l $_logPath
8282
}
8383

0 commit comments

Comments
 (0)