Skip to content

Commit

Permalink
missing changes added
Browse files Browse the repository at this point in the history
  • Loading branch information
rosanch committed Sep 18, 2018
1 parent d772951 commit 3b723e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/azureCommands/run-buildTask.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export async function runBuildTask(context?: TaskNode): Promise<any> {

const client = AzureUtilityManager.getInstance().getContainerRegistryManagementClient(subscription);
let runRequest: TaskRunRequest = {
type: 'TaskRunReques',
type: 'TaskRunRequest',
taskName: taskName
};

Expand Down

0 comments on commit 3b723e3

Please sign in to comment.