mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 20:24:16 +01:00
fix: use the right url for pluginmaster this time
This commit is contained in:
parent
d99eea3048
commit
c955ef6711
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ using Serilog;
|
||||||
namespace Dalamud.Plugin
|
namespace Dalamud.Plugin
|
||||||
{
|
{
|
||||||
internal class PluginRepository {
|
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 readonly Dalamud dalamud;
|
||||||
private string pluginDirectory;
|
private string pluginDirectory;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue