Done. Bumped Amp from 0.0.1763179276-g784b75 to 0.0.1763482408-g51ddaa. (#1324)
This commit is contained in:
committed by
GitHub
parent
fea5a1b7ce
commit
79a3d26278
@@ -33,7 +33,7 @@ pub struct Amp {
|
||||
|
||||
impl Amp {
|
||||
fn build_command_builder(&self) -> CommandBuilder {
|
||||
let mut builder = CommandBuilder::new("npx -y @sourcegraph/amp@0.0.1763179276-g784b75")
|
||||
let mut builder = CommandBuilder::new("npx -y @sourcegraph/amp@0.0.1763482408-g51ddaa")
|
||||
.params(["--execute", "--stream-json"]);
|
||||
if self.dangerously_allow_all.unwrap_or(false) {
|
||||
builder = builder.extend_params(["--dangerously-allow-all"]);
|
||||
|
||||
Reference in New Issue
Block a user