Skip to content

Commit

Permalink
Fix rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
antham committed Apr 28, 2024
1 parent 94672e3 commit b157c42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/show.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ var showCmd = &cobra.Command{
functionRowTableSize[1] = len(c.Description) + 1
}
}
envRowTableSize := 0
envRowTableSize := 5
for _, e := range wo.Envs {
if len(e)+1 > envRowTableSize {
envRowTableSize = len(e) + 1
Expand Down

0 comments on commit b157c42

Please sign in to comment.