summaryrefslogtreecommitdiffstats
path: root/cmd/services.go
diff options
context:
space:
mode:
authors <[email protected]>2025-11-30 00:34:34 -0500
committers <[email protected]>2025-11-30 00:34:34 -0500
commit45f72539c2a6638fd0e777fcd1e788a7084ff8b2 (patch)
treed51191b9ce1007423ab5d9b778143025b25a44f6 /cmd/services.go
parent7d6eb2f1a38e2265751cd61a43769959405866b4 (diff)
downloaddborg-1.0.7.tar.gz
dborg-1.0.7.zip
feat: add interactive tui wizard for skiptrace person search and report generationv1.0.7
Diffstat (limited to 'cmd/services.go')
-rw-r--r--cmd/services.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/services.go b/cmd/services.go
index 56c2149..93e447c 100644
--- a/cmd/services.go
+++ b/cmd/services.go
@@ -40,7 +40,7 @@ func runServices(cmd *cobra.Command, args []string) error {
}
fmt.Println("\nAvailable Services:")
- fmt.Println("===================\n")
+ fmt.Println("===================")
servicesData, _ := json.MarshalIndent(services, "", " ")
fmt.Println(string(servicesData))