Skip to content

Commit 514e8a9

Browse files
committed
Fix typo in Makefile
1 parent 10a75dd commit 514e8a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ css:
99
npx less --clean-css="--s1 --advanced" styles/styles.less > styles/styles.min.css
1010

1111
serve-dev:
12-
docker run -it -p 4000:4000 -v $(pwd):/site -w /site library/ruby bash -c 'bundle install && bundle exec jekyll serve -H 0.0.0.0'
12+
docker run -it -p 4000:4000 -v $(PWD):/site -w /site library/ruby bash -c 'bundle install && bundle exec jekyll serve -H 0.0.0.0'

0 commit comments

Comments
 (0)