From a6527edac1ad6d1dfd8cae97ce4d7bdd922698fc Mon Sep 17 00:00:00 2001 From: richard-dds Date: Thu, 23 Aug 2018 16:36:01 -0400 Subject: [PATCH] Forgot a little slash --- script/cibuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/cibuild b/script/cibuild index 35dc8d4e..55ac15cb 100755 --- a/script/cibuild +++ b/script/cibuild @@ -20,7 +20,7 @@ RUN_PYTHON_TESTS="true" yarn build # Check python formatting -source .script/format check +source ./script/format check # Run the shared test script source ./script/include/run_test