From 82f1ba360b60c8339c7caea0dec7903ee5e764cd Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Wed, 1 Nov 2023 00:00:00 +0000 Subject: refactor(claim) move repo_ref.rs file created in the wrong folder in error --- src/sub_commands/claim.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sub_commands/claim.rs') diff --git a/src/sub_commands/claim.rs b/src/sub_commands/claim.rs index 9a38f56..c0d26dd 100644 --- a/src/sub_commands/claim.rs +++ b/src/sub_commands/claim.rs @@ -10,7 +10,7 @@ use crate::{ client::Connect, git::{Repo, RepoActions}, login, - sub_commands::repo_ref::RepoRef, + repo_ref::RepoRef, Cli, }; -- cgit v1.2.3