Skip to content

Commit

Permalink
Update separator.
Browse files Browse the repository at this point in the history
  • Loading branch information
pcreux committed Aug 25, 2011
1 parent 786b7aa commit 9e9a07b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Empty file modified bin/pimpmychangelog 100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion lib/pimpmychangelog/pimper.rb
@@ -1,7 +1,7 @@
module PimpMyChangelog

class Pimper
SEPARATOR = "<!--- The following link definitions are generated by PimpMyChangelog --->"
SEPARATOR = "<!--- The following link definition list is generated by PimpMyChangelog --->"

attr_reader :user, :project, :changelog

Expand Down
2 changes: 1 addition & 1 deletion spec/parser_spec.rb
Expand Up @@ -16,7 +16,7 @@
This my awesome changelog.
<!--- The following link definitions are generated by PimpMyChangelog --->
<!--- The following link definition list is generated by PimpMyChangelog --->
#123: https://whatever
@pcreux: https://github.com/pcreux
EOS
Expand Down

0 comments on commit 9e9a07b

Please sign in to comment.