Skip to content

Commit fe22638

Browse files
committed
test
1 parent 12c9699 commit fe22638

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

KepwareSync.Service/Program.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ static Task Main(string[] args)
2121
.AddJsonFile("appsettings.json", optional: true, reloadOnChange: true)
2222
.AddJsonFile($"appsettings.{builder.Environment.EnvironmentName}.json", optional: true, reloadOnChange: true)
2323
.AddEnvironmentVariables();
24-
// THis is great!
24+
2525
var configuration = cfgBuilder.Build();
2626
builder.Configuration.AddConfiguration(configuration);
27-
27+
Console.WriteLine("Dumb stuff");
2828
var app = new AppRunner(builder);
2929

3030
// Binder

0 commit comments

Comments
 (0)