woops
This commit is contained in:
parent
64d80f7b90
commit
f41529078c
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ func DownloadTemplate(outPath string) {
|
||||||
// Replace all non-alphabetic characters with an empty string
|
// Replace all non-alphabetic characters with an empty string
|
||||||
newModuleName := re.ReplaceAllString(outPath, "")
|
newModuleName := re.ReplaceAllString(outPath, "")
|
||||||
|
|
||||||
tempOut := newModuleName + "_temp_" + strconv.FormatInt(time.Now().Unix(), 64)
|
tempOut := newModuleName + "_temp_" + strconv.FormatInt(time.Now().Unix(), 10)
|
||||||
|
|
||||||
install := exec.Command("git", "clone", "https://github.com/maddalax/htmgo", "--depth=1", tempOut)
|
install := exec.Command("git", "clone", "https://github.com/maddalax/htmgo", "--depth=1", tempOut)
|
||||||
install.Stdout = os.Stdout
|
install.Stdout = os.Stdout
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue