We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1826ea4 commit ceaf024Copy full SHA for ceaf024
1 file changed
src/main/java/org/CreadoresProgram/ViaProxyNoCommandRun/Main.java
@@ -19,7 +19,7 @@ public static void main(String[] args){
19
public static String[] getArgsVP(){
20
File file = new File(System.getProperty("user.dir") + "/viaproxy.yml");
21
if(!file.exists()){
22
- return new String[]{ "cli", "" };
+ return new String[]{ "config", "viaproxy.yml" };
23
}
24
return new String[]{ "cli" };
25
0 commit comments