Skip to content

Commit

Permalink
fix: indentation would flip flop with typicall md formatters
Browse files Browse the repository at this point in the history
  • Loading branch information
blaggacao committed Jul 4, 2023
1 parent 3c8b627 commit 3e62364
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/std/fwlib/blockTypes/terra.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3e62364

Please sign in to comment.