Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
davissp14 committed May 1, 2023
1 parent b78d28e commit 32a9c54
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/command/postgres/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ func run(ctx context.Context) (err error) {
Password: flag.GetString(ctx, "password"),
SnapshotID: flag.GetString(ctx, "snapshot-id"),
Detach: flag.GetDetach(ctx),
Manager: flypg.ReplicationManager,
Autostart: flag.GetBool(ctx, "autostart"),
}

Expand Down

0 comments on commit 32a9c54

Please sign in to comment.