Skip to content

Commit

Permalink
fix: pullrequest check on deploytargetconfig update (#371)
Browse files Browse the repository at this point in the history
  • Loading branch information
shreddedbacon authored Aug 7, 2024
1 parent a859cf3 commit dfae353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/deploytargetconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ var updateDeployTargetConfigCmd = &cobra.Command{
if branches != "" {
updateDeployTargetConfig.Branches = branches
}
if branches != "" {
if pullrequests != "" {
updateDeployTargetConfig.Pullrequests = pullrequests
}
if deploytarget != 0 {
Expand Down

0 comments on commit dfae353

Please sign in to comment.