summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/generated/structs.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/generated/structs.rs b/src/generated/structs.rs
index 6fc1a3a..46db7b2 100644
--- a/src/generated/structs.rs
+++ b/src/generated/structs.rs
@@ -687,7 +687,7 @@ pub struct CreateRepoOption {
/// Name of the repository to create
pub name: String,
/// ObjectFormatName of the underlying git repository
- pub object_format_name: Option<CreateRepoOptionObjectFormatName>,
+ pub object_format_name: CreateRepoOptionObjectFormatName,
/// Whether the repository is private
pub private: Option<bool>,
/// Readme of the repository to create