Skip to content

Commit 24d1f64

Browse files
Update modify_deployment.sh
1 parent 0b5c04f commit 24d1f64

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/modify_deployment.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ for file in _just/style/*; do
3535
echo "_just/${FILE_ID}.css"
3636
FILE_ID=$((FILE_ID + 1))
3737
done
38-
echo "End _just Chunks\n"
39-
echo "----------------\n"
38+
echo -e "\nEnd _just Chunks\n"
39+
echo -e "----------------\n"
4040
echo -e "\n----------------\n\nDangerously Inserted Files:\n"
4141
for file in _just/dangerously-insert-files/*; do
4242
cp "$file" "deploy/$(basename "$file")"
4343
echo "$(basename "$file")"
4444
done
45-
echo "End Dangerously Inserted Files\n"
46-
echo "----------------\n"
45+
echo -e "\nEnd Dangerously Inserted Files\n"
46+
echo -e "----------------\n"

0 commit comments

Comments
 (0)