mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-13 17:05:43 +01:00
fix bug in configuration system
This commit is contained in:
@@ -171,6 +171,7 @@ public class App
|
|||||||
if (config == null)
|
if (config == null)
|
||||||
{
|
{
|
||||||
config = ScmClientConfig.getInstance().getDefaultConfig();
|
config = ScmClientConfig.getInstance().getDefaultConfig();
|
||||||
|
}
|
||||||
|
|
||||||
if (Util.isNotEmpty(serverUrl))
|
if (Util.isNotEmpty(serverUrl))
|
||||||
{
|
{
|
||||||
@@ -187,7 +188,6 @@ public class App
|
|||||||
config.setPassword(password);
|
config.setPassword(password);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
//~--- fields ---------------------------------------------------------------
|
//~--- fields ---------------------------------------------------------------
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user