Skip to content

Commit 177f3ac

Browse files
committed
Forgot this one
1 parent ef308ed commit 177f3ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/flypg/zombie.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ func writeZombieLock(hostname string) error {
3737
return err
3838
}
3939

40-
pgUID, pgGID, err := utils.SystemUserIDS("postgres")
40+
pgUID, pgGID, err := utils.SystemUserIDs("postgres")
4141
if err != nil {
4242
return err
4343
}

0 commit comments

Comments
 (0)