Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
23doors committed Nov 6, 2021
1 parent 12a2d21 commit d021dfd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/actions/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,6 @@ func addPlanTargetAndSkipApps(planMap map[*plugins.Plugin]*planParams, targetApp
for _, app := range planParam.apps {
if skipAppIDsMap[app.App.ID] || (len(targetAppIDsMap) > 0 && !targetAppIDsMap[app.App.ID]) {
app.Skip = true

}
}
}
Expand Down

0 comments on commit d021dfd

Please sign in to comment.