Skip to content

Commit

Permalink
Fix update_release_notes
Browse files Browse the repository at this point in the history
  • Loading branch information
bootstraponline committed Jul 31, 2014
1 parent 71b4199 commit 68f6e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/appium_thor/helpers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def update_release_notes
# use first 7 chars to match GitHub
comment = line.gsub(hex, '').strip
next if comment == 'Update release notes'
new_data += "- [#{hex[0...7]}](https://github.com/appium/#{gh_name}/commit/#{hex}) #{comment}\n"
new_data += "- [#{hex[0...7]}](https://github.com/appium/#{github_name}/commit/#{hex}) #{comment}\n"
end
data = new_data + "\n"

Expand Down

0 comments on commit 68f6e7b

Please sign in to comment.