Skip to content

Commit c4b96d0

Browse files
committed
fix admin_utils fr
1 parent 712d01c commit c4b96d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/benchmark_action.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ cargo build --profile production -p node-subtensor --features runtime-benchmarks
1616
PALLETS=(subtensor admin_utils collective commitments drand proxy utility)
1717
declare -A DISPATCH_PATHS=(
1818
[subtensor]="../pallets/subtensor/src/macros/dispatches.rs"
19-
[admin-utils]="../pallets/admin-utils/src/lib.rs"
19+
[admin_utils]="../pallets/admin-utils/src/lib.rs"
2020
[collective]="../pallets/collective/src/lib.rs"
2121
[commitments]="../pallets/commitments/src/lib.rs"
2222
[drand]="../pallets/drand/src/lib.rs"

0 commit comments

Comments
 (0)