Skip to content

Commit

Permalink
DOP-4451 fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
anabellabuckvar committed May 7, 2024
1 parent ee7b1c9 commit 8a839e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/slack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export class SlackConnector implements ISlackConnector {
}

values['deploy_option'] = 'deploy_all';
values['repo_option'] = await repoBranchesRepository.getProdDeployableRepoBranches();
values['repo_option'] = await repoBranchesRepository.getProdDeployableRepos();
return values;
}

Expand Down

0 comments on commit 8a839e2

Please sign in to comment.