diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2023-11-01 00:00:00 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2023-11-01 00:00:00 +0000 |
| commit | 82f1ba360b60c8339c7caea0dec7903ee5e764cd (patch) | |
| tree | 71ba2f4bf40cd155141ef000903df0fab45e7eaf /src/sub_commands/claim.rs | |
| parent | 36de3b05e61130f0c279419edeac8bba534a3791 (diff) | |
refactor(claim) move repo_ref.rs
file created in the wrong folder in error
Diffstat (limited to 'src/sub_commands/claim.rs')
| -rw-r--r-- | src/sub_commands/claim.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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::{ | |||
| 10 | client::Connect, | 10 | client::Connect, |
| 11 | git::{Repo, RepoActions}, | 11 | git::{Repo, RepoActions}, |
| 12 | login, | 12 | login, |
| 13 | sub_commands::repo_ref::RepoRef, | 13 | repo_ref::RepoRef, |
| 14 | Cli, | 14 | Cli, |
| 15 | }; | 15 | }; |
| 16 | 16 | ||