fix: typo in 'asciinema' in the authentication message

This commit is contained in:
Mustafa Mohsen
2025-05-30 22:49:13 +03:00
parent 2aec6f690b
commit 26221f92d0

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>() {