Skip to content

Commit c5423fb

Browse files
arodageCopilot
andauthored
Update internal/cache/cleaner.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 93fc02a commit c5423fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/cache/cleaner.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ func workspaceTargets(providerID string) ([]string, []string, error) {
192192
providers = append(providers, providerID)
193193
}
194194

195-
targets := []string{}
195+
var targets []string
196196
for _, provider := range providers {
197197
for _, sub := range []string{"chrootenv", "chrootbuild"} {
198198
target := filepath.Join(workDir, provider, sub)

0 commit comments

Comments
 (0)