Skip to content

Commit

Permalink
remove superfluous assignment to target name
Browse files Browse the repository at this point in the history
  • Loading branch information
mmarchetti committed Feb 9, 2024
1 parent d938b48 commit fffb857
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/publish/publish.go
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,6 @@ func (p *defaultPublisher) createDeploymentRecord(
}
}
p.TargetName = p.SaveName
} else if p.TargetName == "" {
p.TargetName = p.SaveName
}
return p.writeDeploymentRecord(log)
}
Expand Down

0 comments on commit fffb857

Please sign in to comment.