浏览代码

HUE-6192 [editor] Fix a typo in the default interpreter list

Enrico Berti 8 年之前
父节点
当前提交
cc9b573f67
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      desktop/libs/notebook/src/notebook/conf.py

+ 1 - 1
desktop/libs/notebook/src/notebook/conf.py

@@ -183,7 +183,7 @@ def _default_interpreters(user):
       }),
     ))
 
-  if 'serch' in apps: # And Solr 6+
+  if 'search' in apps: # And Solr 6+
     interpreters.append(('solr', {
         'name': 'Solr SQL', 'interface': 'solr', 'options': {}
     }),)