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

#7 Bug fix

parent 8fe4e62a
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 . '/.gitignore.twig', $this->twig(file_get_contents($pluginRoot . '/templates/.gitignore')));
file_put_contents($destination . '/.gitignore', $this->twig(file_get_contents($pluginRoot . '/templates/.gitignore.twig')));
// 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