Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(193)

Unified Diff: utils/pub/command_install.dart

Issue 10399076: Get codebase ready for actually supporting versioning. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Tiny tweak. Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | utils/pub/git_source.dart » ('j') | utils/pub/git_source.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/pub/command_install.dart
diff --git a/utils/pub/command_install.dart b/utils/pub/command_install.dart
index 7161b26056a15c06ea737189bd8dc0e0e3940da0..a582e10dbaf595e1bd9180639930d4e4d89178c8 100644
--- a/utils/pub/command_install.dart
+++ b/utils/pub/command_install.dart
@@ -7,7 +7,7 @@ class InstallCommand extends PubCommand {
String get description() => "install the current package's dependencies";
void onRun() {
- packagesDir.installDependencies().then((_) {
+ entrypoint.installDependencies().then((_) {
print('Dependencies installed!');
});
}
« no previous file with comments | « no previous file | utils/pub/git_source.dart » ('j') | utils/pub/git_source.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698