Skip to content

Commit 088895d

Browse files
author
Marek Suchánek
committed
Fix a typo
1 parent 7429cb5 commit 088895d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ use bugzilla_query::{Auth, BzInstance, Pagination};
4747

4848
#[tokio::main]
4949
async fn main() -> Result<(), Box<dyn Error>> {
50-
let bugzilla = BzInstance::at(https://bugzilla.redhat.com".to_string())?
50+
let bugzilla = BzInstance::at("https://bugzilla.redhat.com".to_string())?
5151
.authenticate(Auth::ApiKey("My API Key"))
5252
.paginate(Pagination::Unlimited);
5353

0 commit comments

Comments
 (0)