Skip to content

Commit

Permalink
fix: Correct typo with variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
edahlseng committed Apr 5, 2019
1 parent 17c011a commit 475e25f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ jobs:
# Pull details from changelog
startCollectingRegExp='^#+ \[?'"${version:1}"'\]?.*$'
startCollectingRegExp='^#+ \[?'"${versionTag:1}"'\]?.*$'
stopCollectingRegExp='^<a name="[0-9]+\.[0-9]+\.[0-9]+">.*$|^#+ \[?[0-9]+\.[0-9]+\.[0-9]+.*$'
collectingLines="false"
Expand Down

0 comments on commit 475e25f

Please sign in to comment.