Skip to content

Commit

Permalink
fix pkgx extension
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Mar 17, 2024
1 parent a4d1df7 commit ef09865
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ext/src/pkgx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ impl Extension for Pkgx {
return Ok(ExitStatus::default());
}

let cmd = format!("eval \"$(pkgx --shellcode)\" && {}", cmd);
let cmd = format!("eval \"$(pkgx --shellcode)\" && dev ; {}", cmd);
exec(&cmd, tx, out, last_cmd, work_dir)
}

Expand Down
Empty file added fixtures/directory.graphql
Empty file.
Empty file added fixtures/git.graphql
Empty file.

0 comments on commit ef09865

Please sign in to comment.