From 9f9edcf414c35b3b25e1b0ab21135a0336c17496 Mon Sep 17 00:00:00 2001 From: goaaats <16760685+goaaats@users.noreply.github.com> Date: Wed, 20 Oct 2021 18:54:45 +0200 Subject: [PATCH] switch plugin repo to master --- 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 cf579dce6..37d809a2b 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/api4/pluginmaster.json"; + private const string DalamudPluginsMasterUrl = "https://raw.githubusercontent.com/goatcorp/DalamudPlugins/master/pluginmaster.json"; private static readonly ModuleLog Log = new("PLUGINR");