Skip to content

Commit 50fe487

Browse files
committed
Fix spk passing wrong arg to spfs for runtime name
Signed-off-by: Ryan Bottriell <[email protected]>
1 parent bfa5aab commit 50fe487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/spk-cli/common/src/flags.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ impl Runtime {
192192
);
193193
args.insert(
194194
0,
195-
std::ffi::CString::new("--name").expect("should never fail"),
195+
std::ffi::CString::new("--runtime-name").expect("should never fail"),
196196
);
197197
}
198198

0 commit comments

Comments
 (0)