Explorar el Código

[assist] Fix for case-sensitive fs

Johan Ahlen hace 10 años
padre
commit
305abf3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      desktop/core/src/desktop/templates/assist.mako

+ 1 - 1
desktop/core/src/desktop/templates/assist.mako

@@ -493,7 +493,7 @@ from desktop.views import _ko
           'knockout',
           'desktop/js/assist/assistDbSource',
           'desktop/js/assist/assistHdfsEntry',
-          'desktop/js/assist/AssistDocuments',
+          'desktop/js/assist/assistDocuments',
           'desktop/js/assist/assistHelper',
           'tableStats'
         ], factory);