Skip to content

Commit

Permalink
Correct output channel title (#428)
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenWeatherford authored Aug 29, 2018
1 parent 513325a commit 037e8f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion explorer/deploy/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export function getWebAppPublishCredential(azureAccount: AzureAccountWrapper, su
}

// Output channel for the extension
const outputChannel = vscode.window.createOutputChannel("Azure App Service");
const outputChannel = vscode.window.createOutputChannel("Docker");

export function getOutputChannel(): vscode.OutputChannel {
return outputChannel;
Expand Down

0 comments on commit 037e8f3

Please sign in to comment.