File tree 2 files changed +1
-2
lines changed
2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 1
1
[ ![ Version] ( https://img.shields.io/badge/version-3.0.1-4B9081.svg )] ( https://github.com/steevanb/symfony-container-introspection/tree/3.0.1 )
2
2
[ ![ php] ( https://img.shields.io/badge/php-^7.1||^8.0-blue.svg )] ( https://php.net )
3
- ![ Lines] ( https://img.shields.io/badge/code%20lines-927-green.svg )
4
3
![ Lines] ( https://img.shields.io/badge/code%20lines-1,860-blue.svg )
5
4
6
5
symfony-container-introspection
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ function updateCodeLinesBadge() {
46
46
local codeLines=
47
47
codeLines=$( " ${rootDir} " /bin/release/code-lines)
48
48
local badge=" "
49
- sed -i " 4s /.*/${badge} /" " ${rootDir} " /README.md
49
+ sed -i " 3s /.*/${badge} /" " ${rootDir} " /README.md
50
50
}
51
51
52
52
function updateComposerRequire() {
You can’t perform that action at this time.
0 commit comments