Skip to content

Commit

Permalink
ci: fix app-create-dirs.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
NGPixel committed Mar 17, 2022
1 parent f8c0a95 commit dc51587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/scripts/app-create-dirs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ for sub in \
; do
if [ ! -d "$sub" ]; then
echo "Creating dir $sub"
mkdir -p "$dir";
mkdir -p "$sub";
fi
done

0 comments on commit dc51587

Please sign in to comment.