Open cdlm opened 9 years ago
STIG>Init apparently tries to run git init in $STIGRoot/$STIGRoot (with $STIGRoot representing the actual property value), whereas STIG>Write generates the Cypress hierarchy directly in $STIGRoot (I get Foo.package etc directly in there).
git init
$STIGRoot/$STIGRoot
$STIGRoot
Foo.package
STIG>Init apparently tries to run
git init
in$STIGRoot/$STIGRoot
(with$STIGRoot
representing the actual property value), whereas STIG>Write generates the Cypress hierarchy directly in$STIGRoot
(I getFoo.package
etc directly in there).