Skip to content

Commit

Permalink
Update Commands/LaCfgCommand.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Łukasz Jurczyk <zabszk@protonmail.ch>
  • Loading branch information
iamalexrouse and zabszk authored Aug 13, 2023
1 parent 5b41ad0 commit 035f724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Commands/LaCfgCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ public LaCfgCommand() : base("lacfg") { }
internal override void Execute(string[] arguments)
{
ConsoleUtil.WriteLine($"Current LocalAdmin config file path is: {Core.LocalAdmin.CurrentConfigPath ?? "(null)"}", ConsoleColor.DarkGreen);
ConsoleUtil.WriteLine($"Current LocalAdmin Configuration: \n{LocalAdmin.V2.Core.LocalAdmin.Configuration.ToString()}");
ConsoleUtil.WriteLine($"Current LocalAdmin Configuration:\n{LocalAdmin.V2.Core.LocalAdmin.Configuration.ToString()}");

Check warning on line 14 in Commands/LaCfgCommand.cs

View workflow job for this annotation

GitHub Actions / .Net 7.0 on ubuntu-20.04

Dereference of a possibly null reference.
}
}

0 comments on commit 035f724

Please sign in to comment.