Export is a lowercase command !

This commit is contained in:
Wilfried OLLIVIER 2017-09-04 13:45:36 +02:00
parent 552c835f31
commit 6daff95b9f
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
## Generate
# in order to add git commit on blog pages
EXPORT GIT_COMMIT_SHA=`git rev-parse --verify HEAD`
EXPORT GIT_COMMIT_SHA_SHORT=`git rev-parse --short HEAD`
export GIT_COMMIT_SHA=`git rev-parse --verify HEAD`
export GIT_COMMIT_SHA_SHORT=`git rev-parse --short HEAD`
# gen blog inside ./static folder
hugo