From a8645ad4760a4c43d5c0aa745fc1d7ce681eef29 Mon Sep 17 00:00:00 2001 From: Alex Boten Date: Mon, 28 Nov 2022 12:29:49 -0800 Subject: [PATCH] [chore] rename files to match command (#6628) Bit of cleanup left over from #6322. --- service/{command_build_info.go => command_components.go} | 0 .../{command_build_info_test.go => command_components_test.go} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename service/{command_build_info.go => command_components.go} (100%) rename service/{command_build_info_test.go => command_components_test.go} (100%) diff --git a/service/command_build_info.go b/service/command_components.go similarity index 100% rename from service/command_build_info.go rename to service/command_components.go diff --git a/service/command_build_info_test.go b/service/command_components_test.go similarity index 100% rename from service/command_build_info_test.go rename to service/command_components_test.go