Done. Version bumped to 0.0.1763625676-g928988. (#1344)
This commit is contained in:
committed by
GitHub
parent
853b178ebf
commit
a3c134b4a6
@@ -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.1763539290-g33c1d8")
|
||||
let mut builder = CommandBuilder::new("npx -y @sourcegraph/amp@0.0.1763625676-g928988")
|
||||
.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