Index: utils/pub/entrypoint.dart |
diff --git a/utils/pub/entrypoint.dart b/utils/pub/entrypoint.dart |
index 5dae8672eba5212aab85790a72c43dc43453f5c0..bd860f42bd6f6fed6a8d82038ad1959bc78eb0ed 100644 |
--- a/utils/pub/entrypoint.dart |
+++ b/utils/pub/entrypoint.dart |
@@ -55,7 +55,7 @@ class Entrypoint { |
* The path to this "packages" directory. |
*/ |
// TODO(rnystrom): Make this path configurable. |
- String get path() => join(root.dir, 'packages'); |
+ String get path => join(root.dir, 'packages'); |
/** |
* Ensures that the package identified by [id] is installed to the directory. |