Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
add 'github' project type to factory-plugin (#450)
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com>
  • Loading branch information
akurinnoy authored Sep 26, 2019
1 parent 2e5ef70 commit 71951be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/factory-plugin/src/theia-commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ export function buildProjectImportCommand(

switch (project.source.type) {
case 'git':
case 'github':
return new TheiaGitCloneCommand(project, projectsRoot);
case 'zip':
return new TheiaImportZipCommand(project, projectsRoot);
Expand Down

0 comments on commit 71951be

Please sign in to comment.