aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contrib/YouCompleteMe/ycm_extra_conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/YouCompleteMe/ycm_extra_conf.py b/contrib/YouCompleteMe/ycm_extra_conf.py
index 9fd2ba8b8d..8c013598cc 100644
--- a/contrib/YouCompleteMe/ycm_extra_conf.py
+++ b/contrib/YouCompleteMe/ycm_extra_conf.py
@@ -7,7 +7,7 @@ def DirectoryOfThisScript():
def GetDatabase():
- compilation_database_folder = DirectoryOfThisScript() + '/../build'
+ compilation_database_folder = DirectoryOfThisScript() + '/../../build'
if os.path.exists(compilation_database_folder):
return ycm_core.CompilationDatabase(compilation_database_folder)
return None