Perfect! The amp version has been successfully updated from 0.0.1758615753-ge2e2fb to 0.0.1759507289-g3e67fa in [crates/executors/src/executors/amp.rs](file:///private/var/folders/m1/9q_ct1913z10v6wbnv54j25r0000gn/T/vibe-kanban/worktrees/af80-bump-amp-version/crates/executors/src/executors/amp.rs#L36). This was the only file containing the amp version reference. (#929)
This commit is contained in:
committed by
GitHub
parent
81af7ac36c
commit
613caf91d6
@@ -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.1758615753-ge2e2fb")
|
||||
let mut builder = CommandBuilder::new("npx -y @sourcegraph/amp@0.0.1759507289-g3e67fa")
|
||||
.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