diff --git a/pkg/helpers.go b/pkg/helpers.go index 8ce3bacce..cf0952ab9 100644 --- a/pkg/helpers.go +++ b/pkg/helpers.go @@ -141,6 +141,7 @@ func DetokenizeDirectory(path string, fi os.FileInfo, err error) error { newContents = strings.Replace(newContents, "", githubUser, -1) newContents = strings.Replace(newContents, "", githubToken, -1) + newContents = strings.Replace(newContents, "", configs.K1Version, -1) var repoPathHTTPS string var repoPathSSH string