Support Pearl (fix #126)

This commit is contained in:
Roey Darwish Dror
2019-02-19 08:47:01 +02:00
parent 13ecb19e29
commit 3ef9166d2b
2 changed files with 10 additions and 1 deletions

View File

@@ -294,6 +294,8 @@ fn run() -> Result<(), Error> {
|| generic::run_pipx_update(run_type),
config.no_retry(),
)?;
#[cfg(unix)]
execute(&mut report, "pearl", || unix::run_pearl(run_type), config.no_retry())?;
execute(
&mut report,
"jetpak",