moved touch commands outside of for loop
This commit is contained in:
parent
465257e3e6
commit
5abfc9fa1b
@ -21,10 +21,10 @@ function create_default_structure(projectDir)
|
||||
for dirs in subDirs
|
||||
|
||||
mkpath("$projectDir/$dirs")
|
||||
end
|
||||
|
||||
touch("$projectDir/README.md")
|
||||
touch("$projectDir/LICENSE")
|
||||
|
||||
end
|
||||
end
|
||||
|
||||
function help()
|
||||
|
Loading…
x
Reference in New Issue
Block a user