Skip to content

Commit

Permalink
Update search path for discord_channels.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilses committed Aug 2, 2016
1 parent 1c428d1 commit 7126ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PogoLocationFeeder/Helper/ChannelParser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class DiscordChannelParser
public List<DiscordChannels> Init()
{

var configFile = Path.Combine(Directory.GetCurrentDirectory(), "..\\..\\Config", "discord_channels.json");
var configFile = Path.Combine(Directory.GetCurrentDirectory(), "discord_channels.json");

if (File.Exists(configFile))
{
Expand Down

0 comments on commit 7126ab9

Please sign in to comment.