Skip to content

Commit

Permalink
Fix #291: Add debug image for third-party module
Browse files Browse the repository at this point in the history
  • Loading branch information
formulahendry committed Nov 19, 2018
1 parent 1ddd930 commit d4801dd
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 @@ -584,6 +584,7 @@ export class EdgeManager {
repositoryName = await this.inputRepository(module);
}
imageName = `\${${Utility.getModuleKeyNoPlatform(module, false)}}`;
debugImageName = `\${${Utility.getModuleKeyNoPlatform(module, true)}}`;
} else {
repositoryName = await this.inputRepository(module);
imageName = `\${${Utility.getModuleKeyNoPlatform(module, false)}}`;
Expand Down

0 comments on commit d4801dd

Please sign in to comment.