diff options
Diffstat (limited to 'develop_server.sh')
-rwxr-xr-x | develop_server.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/develop_server.sh b/develop_server.sh index 8c2f27f..7d7f475 100755 --- a/develop_server.sh +++ b/develop_server.sh @@ -7,7 +7,7 @@ PELICAN=${PELICAN:-pelican} PELICANOPTS= BASEDIR=$(pwd) -INPUTDIR=$BASEDIR/content +INPUTDIR=$BASEDIR/ OUTPUTDIR=$BASEDIR/output CONFFILE=$BASEDIR/pelicanconf.py |