| Index: utils/pub/io.dart
|
| diff --git a/utils/pub/io.dart b/utils/pub/io.dart
|
| index bef2b2ae37e5f7d648c3203e3ad66e9c6cafec23..3e5087ff745ef2863536c5f03121f73c7102778b 100644
|
| --- a/utils/pub/io.dart
|
| +++ b/utils/pub/io.dart
|
| @@ -19,7 +19,7 @@ bool _isGitInstalledCache;
|
| String _gitCommandCache;
|
|
|
| /** Gets the current working directory. */
|
| -String get workingDir => new File('.').fullPathSync();
|
| +String get currentWorkingDir => new File('.').fullPathSync();
|
|
|
| /**
|
| * Prints the given string to `stderr` on its own line.
|
|
|