Skip to content

Commit

Permalink
missing devops- prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
Leomaradan committed Aug 14, 2020
1 parent 3af762d commit 053ff3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/DevopsSourcefileMapPlugin.ts
Expand Up @@ -24,8 +24,8 @@ export class DevopsSourcefileMapPlugin extends ConverterComponent {

private onBegin(): void {
// read options parameters
const mapRelativePath = this.readStringOption("sourcefile-url-map");
const urlPrefix = this.readStringOption("sourcefile-url-prefix");
const mapRelativePath = this.readStringOption("devops-sourcefile-url-map");
const urlPrefix = this.readStringOption("devops-sourcefile-url-prefix");

if (!mapRelativePath && !urlPrefix) {
return;
Expand Down

0 comments on commit 053ff3a

Please sign in to comment.