[infra] Fix co19 git URL in DEPS

TBR=whesse@google.com

Change-Id: I67e4b8ccfb3fad7fac1a83ac998dc23c72cfee08
Reviewed-on: https://dart-review.googlesource.com/c/90067
Reviewed-by: Alexander Thomas <athom@google.com>
Commit-Queue: Alexander Thomas <athom@google.com>
This commit is contained in:
Alexander Thomas 2019-01-17 21:28:38 +00:00 committed by commit-bot@chromium.org
parent e7bd3edc9f
commit fc62cf0373

2
DEPS
View file

@ -177,7 +177,7 @@ deps = {
},
Var("dart_root") + "/tests/co19_2/src":
Var("dart_git") + "/co19.git" +
Var("dart_git") + "co19.git" +
"@" + Var("co19_2_rev"),
Var("dart_root") + "/third_party/zlib":