Skip to content
This repository was archived by the owner on Jun 26, 2026. It is now read-only.

Commit 03f005a

Browse files
committed
Fix the build
1 parent 31640ce commit 03f005a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using OrchardCoreContrib.Library;
22

3-
Console.WriteLine(Utils.Greet());
3+
Console.WriteLine(Utils.Greeting());
44

5-
Console.WriteLine(Utils.Greet("Jon"));
5+
Console.WriteLine(Utils.Greeting("Jon"));
66

7-
Console.WriteLine(Utils.Greet("Jon", "Doe"));
7+
Console.WriteLine(Utils.Greeting("Jon", "Doe"));

0 commit comments

Comments
 (0)