From d5df834586de0cab2bc72ca8c3877b29412b1174 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Corr=C3=AAa=20Gomes?= Date: Mon, 21 Aug 2023 18:42:31 -0400 Subject: [PATCH] Update captain-definition I just removed the extra spaces --- captain-definition | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/captain-definition b/captain-definition index 4d0c583..b0a7eb9 100755 --- a/captain-definition +++ b/captain-definition @@ -1,5 +1,5 @@ - { - "schemaVersion" :2 , - "dockerfilePath" : "./.deploy/Dockerfile" - } +{ + "schemaVersion": 2, + "dockerfilePath": "./.deploy/Dockerfile" +}