Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Commit

Permalink
init: Fix missing dashes (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
daavoo authored Jun 21, 2022
1 parent ac6c64b commit 21d5ee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlem/api/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ def init(path: str = ".") -> None:
pass
echo(
EMOJI_MLEM
+ color("What's next?\n------------", "yellow")
+ color("What's next?\n---------------", "yellow")
+ """
- Check out the documentation: <https://mlem.ai/docs>
- Star us on GitHub: <https://github.com/iterative/mlem>
Expand Down

0 comments on commit 21d5ee8

Please sign in to comment.