File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ def new_microservice(name: str) -> None:
3838 try :
3939 microservice_path = get_microservices_directory (Path .cwd ()) / name
4040 except ValueError :
41- console .print ("No Minos project found. Consider 'minos project init '" )
41+ console .print ("No Minos project found. Consider using 'minos new project '" )
4242 raise typer .Exit (code = 1 )
4343
4444 fetcher = TemplateFetcher .from_name ("microservice-init" )
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ def set_service(service: str, backend: str) -> None:
4949 try :
5050 project_path = get_project_target_directory (Path .cwd ())
5151 except ValueError :
52- console .print ("No Minos project found. Consider 'minos project init '" )
52+ console .print ("No Minos project found. Consider 'minos new project '" )
5353 raise typer .Exit (code = 1 )
5454
5555 config_path = project_path / ".minos-project.yaml"
You can’t perform that action at this time.
0 commit comments