Skip to content
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit 1b5dced

Browse files
author
Hubot
committed
Sync changes from upstream repository
1 parent dcd1e1d commit 1b5dced

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/resources.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ def fetch_content(key)
706706
"url" => "https://api.github.com/repos/octocat/Hello-World/releases/1",
707707
"html_url" => "https://github.com/octocat/Hello-World/releases/v1.0.0",
708708
"assets_url" => "https://api.github.com/repos/octocat/Hello-World/releases/1/assets",
709-
"upload_url" => "https://uploads.github.com/repos/octocat/Hello-World/releases/1/assets{?name}",
709+
"upload_url" => "https://uploads.github.com/repos/octocat/Hello-World/releases/1/assets{?name,label}",
710710
"tarball_url" => "https://api.github.com/repos/octocat/Hello-World/tarball/v1.0.0",
711711
"zipball_url" => "https://api.github.com/repos/octocat/Hello-World/zipball/v1.0.0",
712712
"id" => 1,

0 commit comments

Comments
 (0)