summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2023-04-09 22:21:41 +0200
committerJustin Wernick <justin@worthe-it.co.za>2023-04-09 22:21:41 +0200
commitd4f5206f4c409f3e3121e5f58cd6301284fd197f (patch)
treece925feabcb3b61ff0c7cbe4b51f5b3eb6c066a6 /src/lib.rs
parent9d8995a8f64d589744c57abc9201b37e1442e0fb (diff)
Update naming of git-init to just init
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 60c5df5..196078c 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -33,7 +33,7 @@ pub fn run_command(user_input: String) -> Result<ControlFlow<(), ()>, ShackleErr
git::set_description(&directory, &description)?;
println!("Successfully updated description");
}
- Ok(ShackleCommand::GitInit(GitInitArgs {
+ Ok(ShackleCommand::Init(InitArgs {
repo_name,
group,
description,