Skip to content

Commit

Permalink
feat: render envs first
Browse files Browse the repository at this point in the history
  • Loading branch information
boldandbrad authored and JanDeDobbeleer committed Nov 26, 2024
1 parent 3a531e7 commit 311d0d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ func Init(configPath, sh string, printOutput bool) string {
return errorString
}

aliae.Envs.Render()
aliae.Paths.Render()
aliae.Aliae.Render()
aliae.Envs.Render()
aliae.Scripts.Render()

script := shell.DotFile.String()
Expand Down

0 comments on commit 311d0d5

Please sign in to comment.