Skip to content

Commit 44dabbe

Browse files
committed
minor doc fix
Signed-off-by: Sameer Raheja <sraheja@nvidia.com>
1 parent 2186852 commit 44dabbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ shell:
1818
/bin/bash
1919

2020
# Spawn a server. Specify the path to the SITE directory by
21-
# exposing it using `expose SITE="../path-to-jekyll-site"` prior to calling or
21+
# exposing it using `export SITE="../path-to-jekyll-site"` prior to calling or
2222
# by prepending it to the make rule e.g.: `SITE=../path-to-site make server`
2323
server:
2424
test -d "${SITE}" || \

0 commit comments

Comments
 (0)