From f31e213edc3e15b080efc13ec86aa2b3fe74e68e Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Sat, 29 Jul 2023 17:05:11 +1000 Subject: [PATCH] rename files --- pkg/commands/git_commands/{paths.go => repo_paths.go} | 0 pkg/commands/git_commands/{paths_test.go => repo_paths_test.go} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename pkg/commands/git_commands/{paths.go => repo_paths.go} (100%) rename pkg/commands/git_commands/{paths_test.go => repo_paths_test.go} (100%) diff --git a/pkg/commands/git_commands/paths.go b/pkg/commands/git_commands/repo_paths.go similarity index 100% rename from pkg/commands/git_commands/paths.go rename to pkg/commands/git_commands/repo_paths.go diff --git a/pkg/commands/git_commands/paths_test.go b/pkg/commands/git_commands/repo_paths_test.go similarity index 100% rename from pkg/commands/git_commands/paths_test.go rename to pkg/commands/git_commands/repo_paths_test.go