From 2fc32a28e2b1b1ccc9dc54834ecb6ecc28b66819 Mon Sep 17 00:00:00 2001 From: gVisor bot Date: Thu, 23 Mar 2023 21:04:04 +0800 Subject: [PATCH] chore: update for testing the updater --- hub/updater/updater.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hub/updater/updater.go b/hub/updater/updater.go index e4b55421..8b9b7409 100644 --- a/hub/updater/updater.go +++ b/hub/updater/updater.go @@ -16,7 +16,8 @@ import ( "github.com/Dreamacro/clash/log" ) -// Updater is the AdGuard Home updater. +// modify from https://github.com/AdguardTeam/AdGuardHome/blob/595484e0b3fb4c457f9bb727a6b94faa78a66c5f/internal/updater/updater.go +// Updater is the Clash.Meta updater. var ( client http.Client