Skip to content

Commit

Permalink
issue #443 (#444)
Browse files Browse the repository at this point in the history
  • Loading branch information
adashen authored May 17, 2019
1 parent c06d4c2 commit 8463b5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/edge/edgeManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -579,6 +579,7 @@ export class EdgeManager {
moduleTwin = JobInfo.twin.content;
env = JobInfo.env;
debugCreateOptions = createOptions = JobInfo.settings.createOptions ? JobInfo.settings.createOptions : {};
repositoryName = Utility.getRepositoryNameFromImageName(imageName);
} else if (thirdPartyModuleTemplate) {
if (thirdPartyModuleTemplate.command && thirdPartyModuleTemplate.command.includes(Constants.repositoryNameSubstitution)) {
repositoryName = await this.inputRepository(module);
Expand Down

0 comments on commit 8463b5c

Please sign in to comment.