Skip to content

Commit 5d7ea84

Browse files
committed
More bikeshedding
1 parent e139ee6 commit 5d7ea84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Autofix
22

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)
44
[![NPM version](https://img.shields.io/npm/v/autofix)](https://www.npmjs.com/package/autofix)
55
[![NPM dependencies](https://img.shields.io/david/autofix-dev/autofix)](https://david-dm.org/autofix-dev/autofix)
66

fixers/gitpod.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ exports.register = async (fixers) => {
77
fixers[0].push({
88
id: 'gitpod-badge-color',
99
// 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"`,
1111
description: 'Fix Gitpod badge color',
1212
});
1313
};

0 commit comments

Comments
 (0)