فهرست منبع

Fix script name invocation

Steven Silvester 7 سال پیش
والد
کامیت
e7c4c2d083
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      scripts/travis_script.sh

+ 1 - 1
scripts/travis_script.sh

@@ -167,7 +167,7 @@ if [[ $GROUP == cli ]]; then
     # Test theme creation - make sure we can add it as a package, build,
     # and run selenium
     pip install pexpect
-    python scripts/create-theme.py
+    python scripts/create_theme.py
     mv foo packages
     jlpm run build
     python -m jupyterlab.selenium_check --dev-mode