This reverts commit 51f5334748.
This commit is contained in:
@@ -40,7 +40,7 @@ const checkoutBranch = async (branchName: string): Promise<Command> => {
|
||||
};
|
||||
|
||||
const gitUrlParse = (url: string): { owner: string; name: string } => {
|
||||
let matchResult: string[] | null = [];
|
||||
let matchResult: RegExpMatchArray | null = [];
|
||||
|
||||
if (url.match(/^git@github.com/)) {
|
||||
// We have an ssh style url.
|
||||
|
||||
Reference in New Issue
Block a user