From 6d478b124c54c33ca88a85e04693a578838c356d Mon Sep 17 00:00:00 2001 From: Geekix Date: Mon, 8 Nov 2021 09:34:00 +0100 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f85c542..8afe9c8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -12,7 +12,7 @@ jobs: - checkout - run : name: prerequisites - command :bundle install + command: bundle install - run: name: test command: bundle exec rake validate lint