From 05bb2a534ab7faabdd76a83b4e633584f2b78419 Mon Sep 17 00:00:00 2001 From: Warittorn Cheevachaipimol Date: Mon, 25 Nov 2024 11:48:13 +0700 Subject: [PATCH] remove typo --- proto/bothan/v1/bothan.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto/bothan/v1/bothan.proto b/proto/bothan/v1/bothan.proto index 4bccb54..3a05650 100644 --- a/proto/bothan/v1/bothan.proto +++ b/proto/bothan/v1/bothan.proto @@ -41,7 +41,7 @@ message GetInfoResponse { string registry_ipfs_hash = 2; // The version requirements for the registry. string registry_version_requirement = 3; - git // The active sources the Bothan instance is using + // The active sources the Bothan instance is using repeated string active_sources = 4; // Whether or not the Bothan instance has monitoring enabled bool monitoring_enabled = 5;