Skip to content

Commit

Permalink
Hide Java from func init command
Browse files Browse the repository at this point in the history
  • Loading branch information
pragnagopa authored and ahmelsayed committed Jan 22, 2019
1 parent 37c174f commit 81e16de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public static class WorkerRuntimeLanguageHelper
public static IDictionary<WorkerRuntime, string> GetWorkerToDisplayStrings()
{
IDictionary<WorkerRuntime, string> workerToDisplayStrings = new Dictionary<WorkerRuntime, string>();
foreach (WorkerRuntime wr in availableWorkersRuntime.Keys)
foreach (WorkerRuntime wr in AvailableWorkersList)
{
switch (wr)
{
Expand Down

0 comments on commit 81e16de

Please sign in to comment.