Merge pull request #682 from mustafamohsen/develop

This commit is contained in:
Marcin Kulik
2025-05-30 23:19:50 +02:00
committed by GitHub

View File

@@ -72,7 +72,7 @@ pub fn create_user_stream(stream_id: String, config: &Config) -> Result<GetUserS
match response.status().as_u16() { match response.status().as_u16() {
401 => bail!( 401 => bail!(
"this CLI hasn't been authenticated with {server_hostname} - run `ascinema auth` first" "this CLI hasn't been authenticated with {server_hostname} - run `asciinema auth` first"
), ),
404 => match response.json::<ErrorResponse>() { 404 => match response.json::<ErrorResponse>() {