From bdc3752e068be10baf5d94bc3f00df3be0e9d916 Mon Sep 17 00:00:00 2001 From: Gianmaria Del Monte Date: Fri, 27 Oct 2023 15:25:13 +0200 Subject: [PATCH] fix id of otg plugin --- otg/otg.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otg/otg.go b/otg/otg.go index 1aad071..08b7cf9 100644 --- a/otg/otg.go +++ b/otg/otg.go @@ -61,7 +61,7 @@ type Otg struct { func (Otg) RevaPlugin() reva.PluginInfo { return reva.PluginInfo{ - ID: "http.services.thumbnails", + ID: "http.services.otg", New: New, } }