From e40b5554a8d19f1dfe877bab9694b81b5d3fea0f Mon Sep 17 00:00:00 2001 From: goaaats <16760685+goaaats@users.noreply.github.com> Date: Wed, 20 Oct 2021 19:29:21 +0200 Subject: [PATCH] Revert "switch plugin repo to master" This reverts commit 9f9edcf414c35b3b25e1b0ab21135a0336c17496. --- Dalamud/Plugin/Internal/PluginRepository.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dalamud/Plugin/Internal/PluginRepository.cs b/Dalamud/Plugin/Internal/PluginRepository.cs index 37d809a2b..cf579dce6 100644 --- a/Dalamud/Plugin/Internal/PluginRepository.cs +++ b/Dalamud/Plugin/Internal/PluginRepository.cs @@ -16,7 +16,7 @@ namespace Dalamud.Plugin.Internal internal partial class PluginRepository { // TODO: Change back to master after api4 release - private const string DalamudPluginsMasterUrl = "https://raw.githubusercontent.com/goatcorp/DalamudPlugins/master/pluginmaster.json"; + private const string DalamudPluginsMasterUrl = "https://raw.githubusercontent.com/goatcorp/DalamudPlugins/api4/pluginmaster.json"; private static readonly ModuleLog Log = new("PLUGINR");