Skip to content
This repository has been archived by the owner on Jul 23, 2019. It is now read-only.

Commit

Permalink
fix(import): removes dependency of repo name to be same as app name i…
Browse files Browse the repository at this point in the history
…n import flow
  • Loading branch information
invincibleJai authored and ia3andy committed Jun 19, 2018
1 parent 8516789 commit f1899bf
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,6 @@ export class GitproviderImportappStepComponent extends LauncherStep implements A
repoName = this.launcherComponent.summary.gitHubDetails.repository;
this.launcherComponent.summary.gitHubDetails.repositoryAvailable = true;
this.launcherComponent.summary.gitHubDetails.htmlUrl = 'https://github.com/' + location + '/' + repoName;
if (this.launcherComponent.flow === 'osio') {
this.launcherComponent.summary.dependencyCheck.projectName =
this.launcherComponent.summary.gitHubDetails.repository;
}
}
this.initCompleted();
}
Expand Down

0 comments on commit f1899bf

Please sign in to comment.