From 6f2f1d8b470d59dadcab6f984dac26472e69c896 Mon Sep 17 00:00:00 2001 From: Gautier couture <2017566295@lacatholille.fr> Date: Tue, 1 Dec 2020 16:41:08 +0100 Subject: [PATCH] fix bug --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e4ddd1e..734362a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -104,7 +104,7 @@ jobs: command: git push https://heroku:21ddec44-0fea-4b71-a6c0-5e902b2a803b@git.heroku.com/evening-cove-68662.git HEAD:main - run: name: Smoke Test - command: ./heroku_test.sh + command: ./hiroku_test.sh workflows: version: 2