mirror of
https://gitee.com/dcren/initializr.git
synced 2026-08-28 19:39:27 +08:00
Previously, specifying a baseDir with a value holding a sub-directory would fail as only the first directory got created. This commit allows baseDir to hold a sub-directory as well (e.g. something like 'foo/bar'). Fixes gh-81