diff options
author | André Fincato <work@andrefincato.info> | 2020-10-25 18:03:33 +0100 |
---|---|---|
committer | André Fincato <work@andrefincato.info> | 2020-10-25 18:03:33 +0100 |
commit | 13f7c894c6bbc51e9e861c1547312fde7ce3bd0b (patch) | |
tree | af5b634e2091ac3aaeabeae20d5ddd084e74002a /build-page.sh | |
parent | 5c12779cc1f205ade45b290318b3aa49cacf4b23 (diff) |
swap $3 w/ $OUTPUT
Diffstat (limited to 'build-page.sh')
-rwxr-xr-x | build-page.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-page.sh b/build-page.sh index 6c461f7..f4b81ea 100755 --- a/build-page.sh +++ b/build-page.sh @@ -20,4 +20,4 @@ COMMIT_HASH=$(git log -n 1 --pretty=format:%h -- $INPUT) pandoc $INPUT --template $TEMPLATE -o $OUTPUT -V commit_date=$COMMIT_DATE -V commit_hash=$COMMIT_HASH -printf "'$1' converted to html and saved in '$3', with commit-hash $COMMIT_HASH and commit-date $COMMIT_DATE." +printf "'$1' converted to html and saved in '$OUTPUT', with commit-hash $COMMIT_HASH and commit-date $COMMIT_DATE." |