Skip to content

Commit cd34bc5

Browse files
committed
fix: lint
1 parent 1afe9bb commit cd34bc5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/actions/deploy.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ func NewDeploy(log logger.Logger, cfg *config.Project, opts *DeployOptions) *Dep
8181
if opts.Targets == nil {
8282
opts.Targets = util.NewTargetMatcher()
8383
}
84+
8485
if opts.Skips == nil {
8586
opts.Skips = util.NewTargetMatcher()
8687
}

0 commit comments

Comments
 (0)