Skip to content

Commit

Permalink
fix(cf): pipeline edit deploy server group (#6576)
Browse files Browse the repository at this point in the history
- spinnaker/spinnaker#3993

Co-Authored-By: Joris Melchior <joris.melchior@gmail.com>
  • Loading branch information
jmelchio authored and jkschneider committed Feb 19, 2019
1 parent 3628d97 commit b673d2c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export class CloudFoundryServerGroupCommandBuilder {
application: ICloudFoundryApplication,
originalCluster: ICloudFoundryDeployConfiguration,
) {
return this.buildNewServerGroupCommand(application, { mode: 'editClonePipeline' }).then(command => {
return this.buildNewServerGroupCommand(application, { mode: 'editPipeline' }).then(command => {
command.credentials = originalCluster.account;
command.artifact = originalCluster.artifact;
command.delayBeforeDisableSec = originalCluster.delayBeforeDisableSec;
Expand Down

0 comments on commit b673d2c

Please sign in to comment.