From 3e623646d47ec277947c9626d595f43042b94ab9 Mon Sep 17 00:00:00 2001 From: David Arnold Date: Tue, 4 Jul 2023 01:01:00 -0500 Subject: [PATCH] fix: indentation would flip flop with typicall md formatters --- src/std/fwlib/blockTypes/terra.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/std/fwlib/blockTypes/terra.nix b/src/std/fwlib/blockTypes/terra.nix index feb98341..60ef17e0 100644 --- a/src/std/fwlib/blockTypes/terra.nix +++ b/src/std/fwlib/blockTypes/terra.nix @@ -69,8 +69,8 @@ in dir="$PRJ_ROOT/${repoFolder}/.tf" mkdir -p "$PRJ_ROOT/${repoFolder}/.tf" cat << MESSAGE > "$PRJ_ROOT/${repoFolder}/.tf/readme.md" - This is a tf staging area. - It is motivated by the terraform CLI requiring to be executed in a staging area. + This is a tf staging area. + It is motivated by the terraform CLI requiring to be executed in a staging area. MESSAGE if [[ -e "$dir/config.tf.json" ]]; then rm -f "$dir/config.tf.json"; fi