fix: use the right url for pluginmaster this time

This commit is contained in:
goat 2021-04-13 14:26:27 +02:00
parent d99eea3048
commit c955ef6711
No known key found for this signature in database
GPG key ID: F18F057873895461

View file

@ -17,7 +17,7 @@ using Serilog;
namespace Dalamud.Plugin
{
internal class PluginRepository {
private string PluginMasterUrl => "https://raw.githubusercontent.com/goatcorp/DalamudPlugins/pluginmaster.json";
private string PluginMasterUrl => "https://raw.githubusercontent.com/goatcorp/DalamudPlugins/master/pluginmaster.json";
private readonly Dalamud dalamud;
private string pluginDirectory;