From 32ffc536aa934737dbd58c986c21a91de7e9eb29 Mon Sep 17 00:00:00 2001
From: Luiz F. A. de PrĂ¡ <rawarkanis@gmail.com>
Date: Tue, 16 Mar 2021 00:12:40 +0000
Subject: [PATCH] Format toml files

---
 netlify.toml |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/netlify.toml b/netlify.toml
index 1583aa6..b450a13 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -1,12 +1,12 @@
 [build]
-  publish = "demo/public"
-  command = "make prepare && hugo --source demo --baseURL $URL"
+publish = "demo/public"
+command = "make prepare && hugo --source demo --baseURL $URL"
 
 [context.production.environment]
-  HUGO_VERSION = "0.73.0"
+HUGO_VERSION = "0.73.0"
 
 [context.deploy-preview]
-  command = "make prepare && hugo --source demo --buildFuture --buildDrafts --baseURL $DEPLOY_PRIME_URL"
+command = "make prepare && hugo --source demo --buildFuture --buildDrafts --baseURL $DEPLOY_PRIME_URL"
 
 [context.deploy-preview.environment]
-  HUGO_VERSION = "0.73.0"
+HUGO_VERSION = "0.73.0"

--
Gitblit v1.10.0