Skip to content

Commit 6247b70

Browse files
committed
Fix missing space
1 parent e3f77e1 commit 6247b70

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ serve:
1616
docker run --name ${CONTAINER_NAME} --rm -v $(PWD):/app -p 8111:8111 --workdir /app/${PROJECT_NAME} ${IMAGE} serve --bind 0.0.0.0 --port 8111 --baseURL localhost
1717

1818
fix-perms:
19-
find ./-type d -exec chmod 0777 {} \;
20-
find ./-type f -exec chmod 0666 {} \;
19+
find ./ -type d -exec chmod 0777 {} \;
20+
find ./ -type f -exec chmod 0666 {} \;
2121
chmod +x ./williamdes.eu/static/export-gpg.sh
2222

2323
date:

0 commit comments

Comments
 (0)