Skip to content

Commit

Permalink
No hard coded sites
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Bishop committed Mar 22, 2011
1 parent 38ec156 commit 97b687b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions init.rb
Expand Up @@ -37,7 +37,7 @@ def pull_issues
to_do = to_dos[0]
to_do.name.set(rs.subject)
unless rs.description.nil?
notes = rs.description+" http://issues.theablefew.com/#{rs.id}"
notes = rs.description+" #{Issue.site}#{rs.id}"
to_do.notes.set(notes)

end
Expand All @@ -52,7 +52,7 @@ def pull_issues
}
)
unless rs.description.nil?
notes = rs.description+" http://issues.theablefew.com/#{rs.id}"
notes = rs.description+" #{Issue.site}#{rs.id}"
to_do.notes.set(notes)
end
to_do.tag_names.set("issue-id-"+rs.id)
Expand Down

0 comments on commit 97b687b

Please sign in to comment.