Skip to content

Commit

Permalink
🎨 reformat output
Browse files Browse the repository at this point in the history
  • Loading branch information
ptavares committed Dec 11, 2023
1 parent 55fce74 commit a138872
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform-tools/terraform-tools-utils.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ function Get-TerraformAliases {
$definition = if ($helpSynopsis -notcontains $_) { $helpSynopsis } else { $definition }

[PSCustomObject]@{
Name = " $esc[$($nameColor)m$name$esc[0m"
Definition = " $esc[$($descriptionColor)m$definition$esc[0m"
Name = " $esc[$($nameColor)m$name$esc[0m"
Definition = " $esc[$($descriptionColor)m$definition$esc[0m"
}
}

Expand Down

0 comments on commit a138872

Please sign in to comment.