Commit 36c03cb4 authored by James Robinson's avatar James Robinson

Fix sky_tools cache clear command

parent 3638f938
...@@ -32,7 +32,7 @@ class _ClearCommand extends Command { ...@@ -32,7 +32,7 @@ class _ClearCommand extends Command {
@override @override
Future<int> run() async { Future<int> run() async {
ArtifactStore artifacts = new ArtifactStore(argResults['package-root']); ArtifactStore artifacts = new ArtifactStore(argResults['package-root']);
await artifacts.populate(); await artifacts.clear();
return 0; return 0;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment