From a6d6aba54dd2d943b49c15835ac238fd07c29eb6 Mon Sep 17 00:00:00 2001 From: perry Date: Wed, 18 Nov 2015 15:35:50 -0600 Subject: [PATCH] chore(ci): typo in circle.yml --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 12f24577002..f5db1c45842 100644 --- a/circle.yml +++ b/circle.yml @@ -5,4 +5,4 @@ deployment: tasks: branch: master commands: - - ./script/ci/deploy.sh + - ./scripts/ci/deploy.sh