From ca1ccf82266aa48702018c9c686b06d79db595e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Hanuszczak?= Date: Mon, 30 Sep 2024 14:32:14 +0200 Subject: [PATCH] Fix proto package name for `grep_file_contents`. --- proto/rrg/action/grep_file_contents.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto/rrg/action/grep_file_contents.proto b/proto/rrg/action/grep_file_contents.proto index 425408a6..8431654b 100644 --- a/proto/rrg/action/grep_file_contents.proto +++ b/proto/rrg/action/grep_file_contents.proto @@ -4,7 +4,7 @@ // in the LICENSE file or at https://opensource.org/licenses/MIT. syntax = "proto3"; -package rrg.action.get_file_contents; +package rrg.action.grep_file_contents; import "rrg/fs.proto";