File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Autofix
2
2
3
- [ ![ Gitpod Ready-to-Code] ( https://img.shields.io/badge/Gitpod-ready--to--code-847e79 ?logo=gitpod )] ( https://gitpod.io/#https://github.com/autofix-dev/autofix )
3
+ [ ![ Gitpod Ready-to-Code] ( https://img.shields.io/badge/Gitpod-ready--to--code-908a85 ?logo=gitpod )] ( https://gitpod.io/#https://github.com/autofix-dev/autofix )
4
4
[ ![ NPM version] ( https://img.shields.io/npm/v/autofix )] ( https://www.npmjs.com/package/autofix )
5
5
[ ![ NPM dependencies] ( https://img.shields.io/david/autofix-dev/autofix )] ( https://david-dm.org/autofix-dev/autofix )
6
6
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ exports.register = async (fixers) => {
7
7
fixers [ 0 ] . push ( {
8
8
id : 'gitpod-badge-color' ,
9
9
// Fix only non-binary files. Source: https://unix.stackexchange.com/a/36240
10
- cmd : `git grep -I --name-only -z -e '' | xargs -0 sed ${ os . type ( ) === 'Darwin' ? '-i "" -E' : '-i -e' } "s/https:\\/\\/img\\.shields\\.io\\/badge\\/\\([A-Za-z0-9_\\-]*\\)-blue?logo=gitpod/https:\\/\\/img.shields.io\\/badge\\/\\1-847e79 ?logo=gitpod/g"` ,
10
+ cmd : `git grep -I --name-only -z -e '' | xargs -0 sed ${ os . type ( ) === 'Darwin' ? '-i "" -E' : '-i -e' } "s/https:\\/\\/img\\.shields\\.io\\/badge\\/\\([A-Za-z0-9_\\-]*\\)-blue?logo=gitpod/https:\\/\\/img.shields.io\\/badge\\/\\1-908a85 ?logo=gitpod/g"` ,
11
11
description : 'Fix Gitpod badge color' ,
12
12
} ) ;
13
13
} ;
You can’t perform that action at this time.
0 commit comments