diff --git a/internal/branches/get/get.go b/internal/branches/get/get.go index d4ec49460..d4d5135f6 100644 --- a/internal/branches/get/get.go +++ b/internal/branches/get/get.go @@ -34,9 +34,9 @@ func Run(ctx context.Context, branchId string, fsys afero.Fs) error { } config := pgconn.Config{ - Host: utils.GetSupabaseDbHost(resp.JSON200.DbHost), - Port: uint16(cast.IntToUint(resp.JSON200.DbPort)), - User: *resp.JSON200.DbUser, + Host: utils.GetSupabaseDbHost(resp.JSON200.DbHost), + Port: uint16(cast.IntToUint(resp.JSON200.DbPort)), + User: *resp.JSON200.DbUser, Password: *resp.JSON200.DbPass, }