Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ottojo committed Nov 4, 2019
1 parent 1cf59cc commit f092cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ for directory in */; do
fi

echo "Building $directory"
cd $REPO_DIR/$directory
cd $REPO_ROOT/$directory
mkdir -p $OUT_DIR/$directory
latexmk -pdf -output-directory=$OUT_DIR/$directory
# Remove every output that isn't a PDF
Expand Down

0 comments on commit f092cd4

Please sign in to comment.