Skip to content

Commit

Permalink
Added back in the global activation of dcli as we have removed the su…
Browse files Browse the repository at this point in the history
…do requirement which means that dart-lang/sdk#46255 no longer applies.
  • Loading branch information
bsutton committed Jun 17, 2021
1 parent ede1b7b commit 78084c5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/src/installers/linux_installer.dart
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ class LinuxDCliInstaller {
_installDart();
}

// TODO(bsutton): I've had to remove this for the moment due to https://github.com/dart-lang/sdk/issues/46255
// now activate dcli.
// DartSdk().globalActivate('dcli');
DartSdk().globalActivate('dcli');

// // also need to install it for the root user
// // as root must have its own copy of .pub-cache otherwise
Expand Down

0 comments on commit 78084c5

Please sign in to comment.