Skip to content

Commit dc51587

Browse files
authored
ci: fix app-create-dirs.sh
1 parent f8c0a95 commit dc51587

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/scripts/app-create-dirs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ for sub in \
3131
; do
3232
if [ ! -d "$sub" ]; then
3333
echo "Creating dir $sub"
34-
mkdir -p "$dir";
34+
mkdir -p "$sub";
3535
fi
3636
done

0 commit comments

Comments
 (0)