moved touch commands outside of for loop

This commit is contained in:
mollusk 2017-06-19 03:20:04 -07:00
parent 465257e3e6
commit 5abfc9fa1b

View File

@ -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()