Skip to content

Commit b67fecb

Browse files
chore: Apply suggestions
Co-authored-by: Nick <10092581+NickLarsenNZ@users.noreply.github.com>
1 parent 4499ee7 commit b67fecb

File tree

2 files changed

+2
-1
lines changed
  • rust

2 files changed

+2
-1
lines changed

rust/stackable-cockpit/src/xfer/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ impl Client {
6464
.await
6565
.context(CacheSettingsSnafu)?;
6666

67+
// Some servers require this (eg: GitHub API)
6768
let client = reqwest::Client::builder()
6869
.user_agent("stackable-cockpit")
6970
.build()

rust/stackablectl/src/cli/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ pub enum Error {
5555
#[snafu(display("failed to execute debug (sub)command"))]
5656
Debug { source: debug::CmdError },
5757

58-
#[snafu(display("failed to execute self (sub)command"))]
58+
#[snafu(display("failed to execute version (sub)command"))]
5959
Version { source: version::CmdError },
6060

6161
#[snafu(display("failed to add Helm repositories"))]

0 commit comments

Comments
 (0)