Skip to content

Commit c51622a

Browse files
author
Hubot
committed
Sync changes from upstream repository
1 parent a9b5c6d commit c51622a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/resources.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1315,8 +1315,8 @@ def fetch_content(key)
13151315
"comments" => 0,
13161316
"comments_url" => "https://api.github.com/gists/#{SecureRandom.hex(10)}/comments/",
13171317
"html_url" => "https://gist.github.com/1",
1318-
"git_pull_url" => "git://gist.github.com/1.git",
1319-
"git_push_url" => "git@gist.github.com:1.git",
1318+
"git_pull_url" => "https://gist.github.com/1.git",
1319+
"git_push_url" => "https://gist.github.com/1.git",
13201320
"created_at" => "2010-04-14T02:15:15Z",
13211321
"updated_at" => "2011-06-20T11:34:15Z"
13221322
}

0 commit comments

Comments
 (0)