fix downloading template
This commit is contained in:
parent
dd0bcf5671
commit
ce279b2125
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ func main() {
|
|||
|
||||
newDir := filepath.Join(cwd, outPath)
|
||||
|
||||
mvCmd := exec.Command("cp", "-vaR", "starter-template/.", ".")
|
||||
mvCmd := exec.Command("cp", "-vaR", fmt.Sprintf("%s/.", excludeDir), ".")
|
||||
mvCmd.Dir = newDir
|
||||
err = mvCmd.Run()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue