Skip to content

Commit

Permalink
Fix wrong display name
Browse files Browse the repository at this point in the history
  • Loading branch information
cstamas committed May 2, 2024
1 parent 005fad6 commit 243545f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class DeployDeployer extends DeployerSupport {
private final JReleaserContextFactory contextFactory;

public DeployDeployer(LocalStagingDeployer localStagingDeployer, JReleaserContextFactory contextFactory) {
super(FullReleaseDeployerFactory.NAME);
super(DeployDeployerFactory.NAME);
this.localStagingDeployer = requireNonNull(localStagingDeployer);
this.contextFactory = requireNonNull(contextFactory);
}
Expand Down

0 comments on commit 243545f

Please sign in to comment.