+1
-1
@@ -43,3 +43,3 @@ #!/usr/bin/env node | ||
| // Cloned repo with SSH | ||
| const url = repoUrl.includes('git@') ? repoUrl.replace('git@', 'https://') : repoUrl; | ||
| const url = repoUrl.includes('git@') ? repoUrl.replace('git@', 'https://').replace(':', '/') : repoUrl; | ||
@@ -46,0 +46,0 @@ console.log(chalk.green(`Opening ${url}`)); |
+1
-1
| { | ||
| "name": "openup", | ||
| "version": "2.0.2", | ||
| "version": "2.0.3", | ||
| "description": "Open remote repositories from your terminal", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
3675
0.49%