Skip to content

Commit 9b91d74

Browse files
Update modify_deployment.sh
1 parent 93af235 commit 9b91d74

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

src/modify_deployment.sh

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,12 @@ for file in _just/style/*; do
3535
echo "_just/${FILE_ID}.css"
3636
FILE_ID=$((FILE_ID + 1))
3737
done
38-
echo ""
39-
echo "End _just Chunks"
40-
echo ""
41-
echo "----------------"
38+
echo "End _just Chunks\n"
39+
echo "----------------\n"
4240
echo -e "\n----------------\n\nDangerously Inserted Files:\n"
4341
for file in _just/dangerously-insert-files/*; do
4442
cp "$file" "deploy/$(basename "$file")"
4543
echo "$(basename "$file")"
4644
done
47-
echo ""
48-
echo "End Dangerously Inserted Files"
49-
echo ""
50-
echo "----------------"
45+
echo "End Dangerously Inserted Files\n"
46+
echo "----------------\n"

0 commit comments

Comments
 (0)