Commit 4681241 1 parent 4b6f4eb commit 4681241 Copy full SHA for 4681241
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 @@ -167,7 +167,7 @@ try {
167
167
console . log ( 'Configuring deployment key(s)' ) ;
168
168
169
169
child_process . execFileSync ( sshAdd , [ '-L' ] ) . toString ( ) . split ( / \r ? \n / ) . forEach ( function ( key ) {
170
- const parts = key . match ( / \b g i t h u b \. c o m [: / ] ( [ _ . a - z 0 - 9 - ] + \/ [ _ . a - z 0 - 9 - ] + ) / ) ;
170
+ const parts = key . match ( / \b g i t h u b \. c o m [: / ] ( [ _ . a - z 0 - 9 - ] + \/ [ _ . a - z 0 - 9 - ] + ) / i ) ;
171
171
172
172
if ( ! parts ) {
173
173
return ;
Original file line number Diff line number Diff line change 50
50
console . log ( 'Configuring deployment key(s)' ) ;
51
51
52
52
child_process . execFileSync ( sshAdd , [ '-L' ] ) . toString ( ) . split ( / \r ? \n / ) . forEach ( function ( key ) {
53
- const parts = key . match ( / \b g i t h u b \. c o m [: / ] ( [ _ . a - z 0 - 9 - ] + \/ [ _ . a - z 0 - 9 - ] + ) / ) ;
53
+ const parts = key . match ( / \b g i t h u b \. c o m [: / ] ( [ _ . a - z 0 - 9 - ] + \/ [ _ . a - z 0 - 9 - ] + ) / i ) ;
54
54
55
55
if ( ! parts ) {
56
56
return ;
You can’t perform that action at this time.
0 commit comments