Skip to content

Commit 6651bc2

Browse files
Rebuilt with latest dependency updates (#1259)
Co-authored-by: oxide-reflector-bot[bot] <130185838+oxide-reflector-bot[bot]@users.noreply.github.com>
1 parent ec3db50 commit 6651bc2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

cli/docs/cli.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7927,7 +7927,7 @@
79277927
},
79287928
{
79297929
"name": "view",
7930-
"about": "Fetch system release repository description by version",
7930+
"about": "Fetch system release repository by version",
79317931
"args": [
79327932
{
79337933
"long": "profile",

cli/src/generated_cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7057,7 +7057,7 @@ impl<T: CliConfig> Cli<T> {
70577057
.required(true)
70587058
.help("The version to get."),
70597059
)
7060-
.about("Fetch system release repository description by version")
7060+
.about("Fetch system release repository by version")
70617061
}
70627062

70637063
pub fn cli_system_update_status() -> ::clap::Command {

oxide.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11184,7 +11184,7 @@
1118411184
"tags": [
1118511185
"system/update"
1118611186
],
11187-
"summary": "Fetch system release repository description by version",
11187+
"summary": "Fetch system release repository by version",
1118811188
"operationId": "system_update_repository_view",
1118911189
"parameters": [
1119011190
{

sdk/src/generated_sdk.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66833,7 +66833,7 @@ pub trait ClientSystemUpdateExt {
6683366833
/// .await;
6683466834
/// ```
6683566835
fn system_update_repository_upload(&self) -> builder::SystemUpdateRepositoryUpload<'_>;
66836-
/// Fetch system release repository description by version
66836+
/// Fetch system release repository by version
6683766837
///
6683866838
/// Sends a `GET` request to
6683966839
/// `/v1/system/update/repositories/{system_version}`

0 commit comments

Comments
 (0)