mirror of
https://github.com/jlengrand/github-templates.git
synced 2026-03-10 08:21:22 +00:00
Fix ugly bug
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user