Skip to content

Commit

Permalink
Bugfix path to config file
Browse files Browse the repository at this point in the history
  • Loading branch information
helto4real committed Apr 11, 2020
1 parent a44149a commit 9350967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Service/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ namespace Service
internal class Program
{
// private const string _hassioConfigPath = "/root/src/src/Service/.config/hassio_config.json";
private const string _hassioConfigPath = "data/options.json";
private const string _hassioConfigPath = "/data/options.json";
private static LogEventLevel LogLevel = LogEventLevel.Verbose;

public static async Task Main(string[] args)
Expand Down

0 comments on commit 9350967

Please sign in to comment.