Skip to content

Commit

Permalink
minor name change typo
Browse files Browse the repository at this point in the history
  • Loading branch information
amsacha committed Apr 25, 2023
1 parent ee8e743 commit 92ed0cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
using RepoUtils;

// ReSharper disable once InconsistentNaming
public static class Example22_OpenApiSkill_AzureKeyVault
public static class Example22_a_OpenApiSkill_AzureKeyVault
{
public static async Task RunAsync()
{
Expand Down
4 changes: 2 additions & 2 deletions samples/dotnet/kernel-syntax-examples/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ public static async Task Main()
await Example21_ChatGptPlugins.RunAsync();
Console.WriteLine("== DONE ==");

await Example22_OpenApiSkill_AzureKeyVault.RunAsync();
await Example22_a_OpenApiSkill_AzureKeyVault.RunAsync();
Console.WriteLine("== DONE ==");

await Example22_OpenApiSkill_Jira.RunAsync();
await Example22_b_OpenApiSkill_Jira.RunAsync();
Console.WriteLine("== DONE ==");

await Example23_ReadOnlyMemoryStore.RunAsync();
Expand Down

0 comments on commit 92ed0cb

Please sign in to comment.