Skip to content

Commit

Permalink
chore: provide version to detokanize process (#620)
Browse files Browse the repository at this point in the history
  • Loading branch information
João Paulo Vanzuita authored Oct 26, 2022
1 parent 5782654 commit a6d4107
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ func DetokenizeDirectory(path string, fi os.FileInfo, err error) error {

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

var repoPathHTTPS string
var repoPathSSH string
Expand Down

0 comments on commit a6d4107

Please sign in to comment.