diff options
Diffstat (limited to 'src/github.rs')
-rw-r--r-- | src/github.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/github.rs b/src/github.rs index 6cabbfd..55c7ce0 100644 --- a/src/github.rs +++ b/src/github.rs @@ -50,7 +50,7 @@ pub fn update_commit_status( params.insert("description", d); } - let response = client.post( + client.post( &format!( "{}/repos/{}/{}/statuses/{}", API_URL, |