Fix ugly bug

This commit is contained in:
Julien Lengrand-Lambert
2021-03-11 10:21:29 +01:00
parent 577647e37a
commit 4d706d23e9

View File

@@ -55,7 +55,7 @@ public class CreateRepositoryIntentHandler implements RequestHandler {
String language = slots.get("language").getValue();
String title = slots.get("title").getValue();
api.getGithub().createRepository("test")
api.getGithub().createRepository(title)
.fromTemplateRepository(
api.TEMPLATES.get(language).getValue0(),
api.TEMPLATES.get(language).getValue1()