Skip to content

Commit

Permalink
Readme: block/examples folder are shown in bold
Browse files Browse the repository at this point in the history
  • Loading branch information
Obijuan committed May 16, 2021
1 parent c02aa73 commit 1376b17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions icm/commands/cmd_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,8 @@ def _list_recursive_files(path, ext=".ice"):
# -- Indentation spaces (depending on the depth)
indent = " " * (depth-2)

# -- Item name in italic (markdown)
folder_name = f"* *{os.path.basename(root)}*"
# -- Item name in bold (markdown)
folder_name = f"* **{os.path.basename(root)}**"

# -- Include the folder in the string
# -- Ignore the ice-build folder!
Expand Down

0 comments on commit 1376b17

Please sign in to comment.