Merge pull request #1632 from f2prateek/patch-1

Fix innefective constraints message.
This commit is contained in:
Sunny 2018-02-06 19:39:44 +05:30 коммит произвёл GitHub
Родитель 42f17824d7 17e348095a
Коммит f4a15171a1
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -209,7 +209,7 @@ func (cmd *ensureCommand) Run(ctx *dep.Ctx, args []string) error {
ctx.Err.Printf("these rules will have no effect.\n\n")
ctx.Err.Printf("Either import/require packages from these projects so that they become direct\n")
ctx.Err.Printf("dependencies, or convert each [[constraint]] to an [[override]] to enforce rules\n")
ctx.Err.Printf("on these projects, if they happen to be transitive dependencies,\n\n")
ctx.Err.Printf("on these projects, if they happen to be transitive dependencies.\n\n")
}
if cmd.add {