Index: lib/src/command/get.dart |
diff --git a/lib/src/command/get.dart b/lib/src/command/get.dart |
index ea2b900bfe67b86191729a5d7cc3d1876ee8bcd9..96db4d7e534d58a13301e83ba08da6d427565609 100644 |
--- a/lib/src/command/get.dart |
+++ b/lib/src/command/get.dart |
@@ -27,7 +27,7 @@ class GetCommand extends PubCommand { |
help: "Precompile executables and transformed dependencies."); |
argParser.addFlag('packages-dir', |
- negatable: true, defaultsTo: true, |
+ negatable: true, |
help: "Generate a packages/ directory when installing packages."); |
} |