Skip to content

Commit bd05620

Browse files
committed
fix(ext/pkgx): migrate to pkgx 2
1 parent ed5142e commit bd05620

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

crates/ext/src/pkgx.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ impl Extension for Pkgx {
4141
return Ok(ExitStatus::default());
4242
}
4343

44-
let cmd = format!("eval \"$(pkgx --shellcode)\"; {}", cmd);
44+
let cmd = format!("eval \"$(pkgx --shellcode)\" && pkgx^1 deintegrate && pkgx dev integrate ; {}", cmd);
4545
exec(&cmd, tx, out, last_cmd, work_dir)
4646
}
4747

@@ -62,9 +62,9 @@ impl Extension for Pkgx {
6262
child.wait()?;
6363

6464
Ok(())
65-
}
65+
}integratu
6666

6767
fn format_command(&self, cmd: &str) -> String {
68-
format!("eval \"$(pkgx --shellcode)\"; {}", cmd)
68+
format!("eval \"$(pkgx --shellcode)\" && pkgx^1 deintegrate && pkgx dev integrate ; {}", cmd)
6969
}
7070
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy