Skip to content

Commit ff4b552

Browse files
gabriele-0201pepyakin
authored andcommitted
xtask: fix migration to xshell
1 parent 7063919 commit ff4b552

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

xtask/src/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pub async fn build(project_path: &std::path::Path, params: BuildParams) -> anyho
2424
.run_with_logs("Building ikura-node", &log_path)
2525
.await??;
2626

27-
cmd!(sh, "{cargo} build -p ikura-node --release")
27+
cmd!(sh, "{cargo} build -p ikura-shim --release")
2828
.run_with_logs("Building ikura-shim", &log_path)
2929
.await??;
3030

xtask/src/shim.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ impl Shim {
1414
) -> anyhow::Result<Self> {
1515
check_binary(
1616
"ikura-shim",
17-
"'ikura-node' is not found in PATH. \n \
17+
"'ikura-shim' is not found in PATH. \n \
1818
cd to 'ikura/shim' and run 'cargo build --release' and add the result into your PATH.",
1919
)?;
2020

0 commit comments

Comments
 (0)