Skip to content

Commit 0c5cceb

Browse files
authored
Merge pull request #4 from RoseSecurity/update-output
feat: clean up output to be aligned
2 parents c163f53 + c093367 commit 0c5cceb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ make build
6060
╭─────────────────────────────────────────────────────────╮
6161
│ infra │
6262
│@# ----- │
63-
│@@@@@ Terraform Files: 1299│
63+
│@@@@@ Files : 1299
6464
│@@@@@@@@. Docs : 190 │
6565
│@@@@@@@@@@ + # Resources : 423 │
6666
│@@@@@@@@@@ @@@@ @@@@ Modules : 737 │

pkg/tui/ui.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ func RenderInfo(dir string, a internal.Analytics) string {
2828
lines := []string{
2929
headerStyle.Render(tfDir),
3030
headerStyle.Render(strings.Repeat("-", len(tfDir))),
31-
fmt.Sprintf("%s %s", padKey("Terraform Files"), valStyle.Render(fmt.Sprint(a.FileCount))),
31+
fmt.Sprintf("%s %s", padKey("Files"), valStyle.Render(fmt.Sprint(a.FileCount))),
3232
fmt.Sprintf("%s %s", padKey("Docs"), valStyle.Render(fmt.Sprint(a.DocCount))),
3333
fmt.Sprintf("%s %s", padKey("Resources"), valStyle.Render(fmt.Sprint(a.ResourceCount))),
3434
fmt.Sprintf("%s %s", padKey("Modules"), valStyle.Render(fmt.Sprint(a.ModuleCount))),

0 commit comments

Comments
 (0)