Skip to content

Commit

Permalink
Use Correct DB List Launch Plan Method #2)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewphsmith authored Sep 24, 2019
1 parent d1c61c3 commit 5ee24de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/manager/impl/launch_plan_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ func (m *LaunchPlanManager) GetActiveLaunchPlan(ctx context.Context, request adm
InlineFilters: filters,
}

output, err := m.db.LaunchPlanRepo().ListLaunchPlanIdentifiers(ctx, listLaunchPlansInput)
output, err := m.db.LaunchPlanRepo().List(ctx, listLaunchPlansInput)

if err != nil {
logger.Debugf(ctx, "Failed to list active launch plan id for request [%+v] with err %v", request, err)
Expand Down

0 comments on commit 5ee24de

Please sign in to comment.