Skip to content

Commit

Permalink
Keep linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Maarten Deprez committed Jan 9, 2024
1 parent 0585c88 commit 46618fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/devspace/services/podreplace/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ func buildDeployment(ctx devspacecontext.Context, name string, target runtime.Ob
persist := false
loader.EachDevContainer(devPod, func(devContainer *latest.DevContainer) bool {
persist = len(devContainer.PersistPaths) > 0
return persist == false
return !persist
})
if persist {
err := persistPaths(name, devPod, podTemplate)
Expand Down

0 comments on commit 46618fc

Please sign in to comment.