Skip to content

Commit

Permalink
fix sed line (#2488)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmrmt committed Apr 30, 2024
1 parent 9c12b90 commit fe962e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.d/dependencies.mk
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ go/example/deps:
## install Rust package dependencies
rust/deps: \
rust/install
sed -i "2s/channel = \"[0-9]\+\.[0-9]\+\(\.[0-9]\+\)\?\"/channel = \"$(RUST_VERSION)\"/g" $(ROOTDIR)/rust/rust-toolchain.toml
sed -i "17s/channel = \"[0-9]\+\.[0-9]\+\(\.[0-9]\+\)\?\"/channel = \"$(RUST_VERSION)\"/g" $(ROOTDIR)/rust/rust-toolchain.toml
cd $(ROOTDIR)/rust && $(CARGO_HOME)/bin/cargo update && cd -

.PHONY: update/chaos-mesh
Expand Down

0 comments on commit fe962e4

Please sign in to comment.