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