Skip to content

Commit

Permalink
Update bump-stdlibs.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge authored Dec 3, 2020
1 parent 24e8dd9 commit 43136be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bump-stdlibs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ function _bump_single_stdlib(stdlib::StdlibInfo;
"This pull request bumps Pkg to `$(stdlib_latest_commit_short)`, which is currently the latest commit on the `$(stdlib.branch)` branch.\n",
"\n",
"```\n",
"\$ $(string(changelog_cmd))\n",
"\$ $(strip(string(changelog_cmd), '`'))\n",
"$(strip(changelog))\n",
"```\n",
)
Expand Down

0 comments on commit 43136be

Please sign in to comment.