mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-02 11:35:57 +01:00
fix bug with registry default values
This commit is contained in:
@@ -109,7 +109,7 @@ public class RegistryUtil
|
||||
}
|
||||
else
|
||||
{
|
||||
command = new SimpleCommand("reg", "query", key);
|
||||
command = new SimpleCommand("reg", "query", key, "/ve");
|
||||
}
|
||||
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user