Skip to content

Commit

Permalink
fix: Init maps
Browse files Browse the repository at this point in the history
  • Loading branch information
dadav committed Jun 22, 2024
1 parent f72a1c5 commit 5ee24e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/v3/backend/filesystem.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ var _ Backend = (*FilesystemBackend)(nil)

func NewFilesystemBackend(path string) *FilesystemBackend {
return &FilesystemBackend{
Modules: map[string]*gen.Module{},
ModulesDir: path,
Releases: map[string][]*gen.Release{},
}
}

Expand Down

0 comments on commit 5ee24e7

Please sign in to comment.