Skip to content

Commit cc02f2d

Browse files
committed
updated printScope function
1 parent 07bbfc4 commit cc02f2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/enum/cli.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ func CLIWorkflow(cmdName string, clArgs []string) {
298298

299299
if !args.Options.Silent {
300300
progress.Finish()
301-
fmt.Printf("\nSession Scope\n\n")
301+
fmt.Printf("\nSession Scope\n")
302302
printScope(c, token)
303303
}
304304
}
@@ -464,7 +464,7 @@ func printScope(c *client.Client, token uuid.UUID) {
464464
continue
465465
}
466466

467-
fmt.Println(atype)
467+
fmt.Printf("\n%s:\n\n", atype)
468468
for _, a := range assets {
469469
fmt.Println(a.Key())
470470
}

0 commit comments

Comments
 (0)