Skip to content

Commit 892d12e

Browse files
try-runtime-bot: fix command args
1 parent 31ed0d2 commit 892d12e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

try-runtime-bot.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ main() {
2424

2525
set -x
2626
export RUST_LOG="${RUST_LOG:-remote-ext=debug,runtime=trace}"
27-
cargo "${preset_args[@]}" -- "$@"
27+
cargo "${preset_args[@]}" "$@"
2828
}
2929

3030
main "$@"

0 commit comments

Comments
 (0)