In version 0.0.8.2 the template would be cloned at the top level, now it's a level deeper. For example, if I used to have a package named foo in a repo that looked like bar/baz, I could clone it in my current directory and get bar/baz (writing into any existing bar directory), now I get foo/bar/baz. Is there any way to force the old behavior? This change has broken all my scripts.
In version 0.0.8.2 the template would be cloned at the top level, now it's a level deeper. For example, if I used to have a package named
fooin a repo that looked likebar/baz, I could clone it in my current directory and getbar/baz(writing into any existingbardirectory), now I getfoo/bar/baz. Is there any way to force the old behavior? This change has broken all my scripts.