Skip to content

Commit bfba19f

Browse files
committed
also publish uufuzz
1 parent 5c33a30 commit bfba19f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ TOTAL_ORDER=${TOTAL_ORDER#ROOT}
5454
CRATE_VERSION=$(grep '^version =' Cargo.toml | head -n1 | cut -d '"' -f2)
5555

5656
set -e
57-
for dir in src/uuhelp_parser/ src/uucore_procs/ src/uucore/ src/uu/stdbuf/src/libstdbuf/ tests/uutests/; do
57+
for dir in src/uuhelp_parser/ src/uucore_procs/ src/uucore/ src/uu/stdbuf/src/libstdbuf/ tests/uutests/ fuzz/uufuzz/; do
5858
(
5959
cd "$dir"
6060
CRATE_NAME=$(grep '^name =' "Cargo.toml" | head -n1 | cut -d '"' -f2)

0 commit comments

Comments
 (0)