Fix typo

This commit is contained in:
Jan Oberhauser 2020-07-07 11:15:53 +02:00
parent 832dbc9e66
commit eaa9898de5

View file

@ -51,7 +51,7 @@ export const pipelineFields = [
value: 'bitbucket', value: 'bitbucket',
}, },
{ {
name: 'Github', name: 'GitHub',
value: 'github', value: 'github',
}, },
], ],