Skip to content

Commit a3abb1c

Browse files
committed
feat: update logic
Signed-off-by: Chen Keinan <hen.keinan@gmail.com>
1 parent 57ba042 commit a3abb1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/executor/release.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ func releaseDeploy(octopus *client.Client, space *spaces.Space, input any) error
170170
return fmt.Errorf("'%s' is not a valid value for guided failure mode", params.GuidedFailureMode)
171171
}
172172
}
173-
173+
174174
// If either tenants or tenantTags are specified then it must be a tenanted deployment.
175175
// Otherwise it must be untenanted.
176176
// If the server has a tenanted deployment and both TenantNames+Tags are empty, the request fails,

0 commit comments

Comments
 (0)