diff --git a/src/config.rs b/src/config.rs index 2858050..360f203 100644 --- a/src/config.rs +++ b/src/config.rs @@ -52,7 +52,6 @@ pub struct ConfigProvider { pub api_url: Option, pub worktree: Option, - pub init_worktree: Option, pub remote_name: Option, }