Skip to content

Commit

Permalink
fix: set environment to anything
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanvc committed Jul 17, 2023
1 parent 8f25f16 commit 6a45401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/template/environment.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"github.com/ivanvc/tpl/internal/io"
)

type environment map[string]any
type environment any

func loadEnvironment(cfg *config.Config) environment {
var env environment
Expand Down

0 comments on commit 6a45401

Please sign in to comment.