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
|
for dirs in subDirs
|
||||||
|
|
||||||
mkpath("$projectDir/$dirs")
|
mkpath("$projectDir/$dirs")
|
||||||
touch("$projectDir/README.md")
|
|
||||||
touch("$projectDir/LICENSE")
|
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
|
touch("$projectDir/README.md")
|
||||||
|
touch("$projectDir/LICENSE")
|
||||||
end
|
end
|
||||||
|
|
||||||
function help()
|
function help()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user