Chromium Code Reviews| Index: lib/src/source/path.dart |
| diff --git a/lib/src/source/path.dart b/lib/src/source/path.dart |
| index 000033bf4659fa89f9a4087714520d63426e02a2..a8f7075240501b716bc2e9ef051084d82a671e04 100644 |
| --- a/lib/src/source/path.dart |
| +++ b/lib/src/source/path.dart |
| @@ -57,7 +57,7 @@ class PathSource extends Source { |
| }); |
| } |
| - String getDirectory(PackageId id) => _validatePath(id.name, id.description); |
| + String getDirectory(PackageId id) => id.description["path"]; |
| /// Parses a path dependency. |
| /// |