Skip to content
Snippets Groups Projects
Commit 8fe4e62a authored by jurgenhaas's avatar jurgenhaas
Browse files

#7 Bug fix

parent 45ae46ef
No related branches found
No related tags found
No related merge requests found
......@@ -380,7 +380,7 @@ class Handler
}
// Finally write .gitignore
file_put_contents($destination . DIRECTORY_SEPARATOR . '.gitignore', $this->twig(file_get_contents($pluginRoot . '/templates/.gitignore')));
file_put_contents($destination . '/.gitignore.twig', $this->twig(file_get_contents($pluginRoot . '/templates/.gitignore')));
// Prepare post processing
$currentDir = getcwd();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment