##// END OF EJS Templates
fix(tests): fixed bad value for default binary_dir value
super-admin -
r5332:90d0c6c0 default
parent child Browse files
Show More
@@ -33,7 +33,7 b' locale = en_US.UTF-8'
33 33 ; path to binaries for vcsserver, it should be set by the installer
34 34 ; at installation time, e.g /home/user/vcsserver-1/profile/bin
35 35 ; it can also be a path to nix-build output in case of development
36 core.binary_dir = ""
36 core.binary_dir =
37 37
38 38 ; Custom exception store path, defaults to TMPDIR
39 39 ; This is used to store exception from RhodeCode in shared directory
General Comments 0
You need to be logged in to leave comments. Login now