File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 <div >
33 <img src=".github/logo-grad.svg" alt="OpenCommit logo"/>
44 <h1 align="center">OpenCommit</h1>
5- <h4 align="center">Follow the bird <a href="https://twitter.com/io_Y_oi "><img src="https://img.shields.io/twitter/follow/io_Y_oi ?style=flat&label=io_Y_oi &logo=twitter&color=0bf&logoColor=fff" align="center"></a>
5+ <h4 align="center">Follow the bird <a href="https://twitter.com/_sukharev_ "><img src="https://img.shields.io/twitter/follow/_sukharev_ ?style=flat&label=_sukharev_ &logo=twitter&color=0bf&logoColor=fff" align="center"></a>
66 </div >
77 <h2>Auto-generate meaningful commits in 1 second</h2>
88 <p>Killing lame commits with AI 🤯🔫</p>
99 <a href="https://www.npmjs.com/package/opencommit"><img src="https://img.shields.io/npm/v/opencommit" alt="Current version"></a>
10- <h4 align =" center " >🪩 Winner of GitHub 2023 HACKATHON <a href =" https://twitter.com/io_Y_oi /status/1683448136973582336 " ><img style =" width :14px ; height :14px ; margin-top : -4px " src =" .github/github-mark-white.png " align =" center " ></a >
10+ <h4 align =" center " >🪩 Winner of GitHub 2023 HACKATHON <a href =" https://twitter.com/_sukharev_ /status/1683448136973582336 " ><img style =" width :14px ; height :14px ; margin-top : -4px " src =" .github/github-mark-white.png " align =" center " ></a >
1111 </h4 >
1212</div >
1313
Original file line number Diff line number Diff line change @@ -198,9 +198,7 @@ export const getConfig = (): ConfigType | null => {
198198
199199 config [ configKey ] = validValue ;
200200 } catch ( error ) {
201- outro (
202- `'${ configKey } ' name is invalid, it should be either 'OCO_${ configKey . toUpperCase ( ) } ' or it doesn't exist.`
203- ) ;
201+ outro ( `Unknown '${ configKey } ' config option.` ) ;
204202 outro (
205203 `Manually fix the '.env' file or global '~/.opencommit' config file.`
206204 ) ;
You can’t perform that action at this time.
0 commit comments