Plugin cli: Delete temp zip file once it is unzipped

This commit is contained in:
Ryan Ernst 2016-02-03 20:17:42 -08:00
parent 9ef7ff4904
commit b0ed528be8
1 changed files with 1 additions and 0 deletions

View File

@ -235,6 +235,7 @@ class InstallPluginCommand extends CliTool.Command {
zipInput.closeEntry();
}
}
Files.delete(zip);
return target;
}