diff --git a/Makefile b/Makefile index 7480dcd..9750316 100644 --- a/Makefile +++ b/Makefile @@ -10,5 +10,5 @@ build: publish: clean build git add . git status - TIMESTAMP=$(date +'%F %r'); git commit -m "Page Update `$TIMESTAMP`" + git commit -m "Page Update `$(date +'%F %r')`" git push \ No newline at end of file