Commit c659659e authored by Fabio Pelosin's avatar Fabio Pelosin

[Spec] Fix the GitHub homepage in the template.

parent efc05d12
......@@ -440,7 +440,7 @@ module Pod
data[:name] = repo['name']
data[:summary] = repo['description'].gsub(/["]/, '\"')
data[:homepage] = repo['homepage'] != "" ? repo['homepage'] : repo['html_url']
data[:homepage] = repo['homepage'] || repo['html_url']
data[:author_name] = user['name'] || user['login']
data[:author_email] = user['email'] || 'email@address.com'
data[:source_url] = repo['clone_url']
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment