Skip to content

Commit

Permalink
Fix func new creating host.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitkumarr authored and soninaren committed May 1, 2019
1 parent b132c82 commit 425baa9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ public async override Task RunAsync()
}
}

var templates = await _templatesManager.Templates;
var workerRuntime = WorkerRuntimeLanguageHelper.GetCurrentWorkerRuntimeLanguage(_secretsManager);
var templates = await _templatesManager.Templates;

if (workerRuntime != WorkerRuntime.None && !string.IsNullOrWhiteSpace(Language))
{
Expand Down

0 comments on commit 425baa9

Please sign in to comment.