Fixed build information path.
This commit is contained in:
parent
48a75bc3ab
commit
698225123b
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ public class BuildInformation
|
|||
{
|
||||
private static final Logger logger = LoggerFactory.getLogger(BuildInformation.class);
|
||||
|
||||
private static String BUILD_INFORMATION_FILE = "/org/april/logar/build_information.properties";
|
||||
private static String BUILD_INFORMATION_FILE = "/fr/devinsy/logar/build_information.properties";
|
||||
|
||||
private static class SingletonHolder
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue