Index: DEPS |
diff --git a/DEPS b/DEPS |
index 5fb385f16c1bc3570698cb45e1a141585d88056c..d79d48a35d01f155a1a405bc01a45442b15bced7 100644 |
--- a/DEPS |
+++ b/DEPS |
@@ -239,7 +239,7 @@ deps = { |
(Var("github_mirror") % "pool") + Var("pool_rev"), |
Var("dart_root") + "/third_party/pkg/pub_semver": |
(Var("github_mirror") % "pub_semver") + Var("pub_semver_tag"), |
- Var("dart_root") + "/third_party/pkg_tested/pub": |
+ Var("dart_root") + "/third_party/pkg/pub": |
("https://github.com/dart-lang/pub.git") + Var("pub_rev"), |
Var("dart_root") + "/third_party/pkg/scheduled_test": |
(Var("github_mirror") % "scheduled_test") + |