From 89c47e6ab014dc4957fd2861e056ebd5ac4bec4a Mon Sep 17 00:00:00 2001 From: Grim Date: Mon, 31 Aug 2020 04:17:23 -0400 Subject: [PATCH] removes nonexistent command reference (#1774) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * removes nonexistent command reference * Update constraints.pro Co-authored-by: Maƫl Nison --- constraints.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constraints.pro b/constraints.pro index b40e534ddc69..d6744833e92e 100644 --- a/constraints.pro +++ b/constraints.pro @@ -2,7 +2,7 @@ constraints_min_version(1). % This file is written in Prolog % It contains rules that the project must respect. -% In order to see them in action, run `yarn constraints detail` +% In order to see them in action, run `yarn constraints source` % This rule will enforce that a workspace MUST depend on the same version of a dependency as the one used by the other workspaces gen_enforced_dependency(WorkspaceCwd, DependencyIdent, DependencyRange2, DependencyType) :-