submit
This commit is contained in:
parent
450f0a2ffd
commit
9d4b6c15d4
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ public class Program {
|
|||
logger.info("Initializing");
|
||||
|
||||
if (args.length == 3) {
|
||||
srvUrl = args[0] + ":" + args[1];
|
||||
srvUrl = "http://" + args[0] + ":" + args[1];
|
||||
login = args[2];
|
||||
} else {
|
||||
logger.warn("No given args: using the default values");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue