Better wording with dependency resolving
This commit is contained in:
@@ -95,9 +95,7 @@ def update_project_dependencies(options):
|
||||
if environments and env not in environments:
|
||||
continue
|
||||
if not options["silent"]:
|
||||
click.echo(
|
||||
"Resolving %s environment packages..." % click.style(env, fg="cyan")
|
||||
)
|
||||
click.echo("Resolving %s dependencies..." % click.style(env, fg="cyan"))
|
||||
already_up_to_date = not update_project_env_dependencies(env, options)
|
||||
if not options["silent"] and already_up_to_date:
|
||||
click.secho("Already up-to-date.", fg="green")
|
||||
|
||||
Reference in New Issue
Block a user