Skip to content

Commit a6d4107

Browse files
author
João Paulo Vanzuita
authored
chore: provide version to detokanize process (#620)
1 parent 5782654 commit a6d4107

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/helpers.go

+1
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ func DetokenizeDirectory(path string, fi os.FileInfo, err error) error {
141141

142142
newContents = strings.Replace(newContents, "<GITHUB_USER>", githubUser, -1)
143143
newContents = strings.Replace(newContents, "<GITHUB_TOKEN>", githubToken, -1)
144+
newContents = strings.Replace(newContents, "<KUBEFIRST_VERSION>", configs.K1Version, -1)
144145

145146
var repoPathHTTPS string
146147
var repoPathSSH string

0 commit comments

Comments
 (0)