Skip to content

Commit 3b7df91

Browse files
committed
Use site
1 parent beb37c4 commit 3b7df91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli-fetch-train-formation.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ for i in {0..3}; do
2020
fi
2121
done
2222

23-
find $DIR/dist -type d | while read d; do
23+
find $DIR/site -type d | while read d; do
2424
echo "--- $d ---"
2525
ls -al "$d"
2626
done

0 commit comments

Comments
 (0)