We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8fc377 commit c003f42Copy full SHA for c003f42
cli/src/main/java/dev/starfix/Starfix.java
@@ -95,7 +95,6 @@ public int cloneCmd(@Parameters(index = "0") String url) {
95
if(isBlob(url))
96
{ // Example URL : https://github.com/starfixdev/starfix/blob/master/cli/pom.xml
97
// Example URL2: https://github.com/hexsum/Mojo-Webqq/blob/master/script/check_dependencies.pl#L17
98
- System.out.println(url);
99
String temp = url.substring(url.indexOf("blob/")+5);
100
branch = temp.substring(0,temp.indexOf("/"));
101
filePath = temp.substring(temp.indexOf("/")+1);
0 commit comments