From 6daff95b9fc116692161d85e595f6789ae67e790 Mon Sep 17 00:00:00 2001 From: Wilfried OLLIVIER Date: Mon, 4 Sep 2017 13:45:36 +0200 Subject: [PATCH] Export is a lowercase command ! --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9afdefc..d4db819 100644 --- a/README.md +++ b/README.md @@ -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