mirror of
https://github.com/coredns/coredns.io.git
synced 2024-04-21 12:32:00 +00:00
Update multicluster.md (#288)
Attempting to include the multicluster plugin with the suggested plugin.cfg line of `multicluster:github.com/coredns/multicluster/` leads to a compile error: ``` core/plugin/zplugin.go:60:2: malformed import path "github.com/coredns/multicluster/": trailing slash make[1]: *** [Makefile:16: coredns] Error 1 ``` Removing the trailing slash fixes the issue and matches the format of the repository URLs on the other extplugins files. Signed-off-by: Patrick W. Healy <patrick.healy@microsoft.com>
This commit is contained in:
@@ -4,8 +4,8 @@ description = "*multicluster* plugin is an implementation of Multicluster DNS sp
|
||||
weight = 10
|
||||
tags = [ "plugin" , "multicluster" ]
|
||||
categories = [ "plugin", "external" ]
|
||||
date = "2021-11-09T12:37:19+01:00"
|
||||
repo = "https://github.com/coredns/multicluster/"
|
||||
date = "2023-03-03T03:51:43+00:00"
|
||||
repo = "https://github.com/coredns/multicluster"
|
||||
home = "https://github.com/coredns/multicluster#readme"
|
||||
+++
|
||||
|
||||
|
||||
Reference in New Issue
Block a user