Skip to content

Commit

Permalink
fix lenth typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hedyhli committed Jul 11, 2020
1 parent 9fa61af commit 7a3792e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starcli/layouts.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def list_layout(repos):
)

if len(repo["full_name"] + stats) > len(separator + " "):
# if lenth of stats is not enough to print after the repo full name
# if length of stats is not enough to print after the repo full name
print() # print new line
console.print( # and print the stats
" " * ((side_width) + (len(separator) - len(stats))),
Expand Down

0 comments on commit 7a3792e

Please sign in to comment.