Updated: Tuesday, August 15, 2023

main
shwetha729 2023-08-15 13:15:23 -04:00
parent fa1d2e9f0a
commit 92c1603063
1 changed files with 1 additions and 1 deletions

View File

@ -259,7 +259,7 @@ cd "$ZK_PATH"
git fetch git fetch
CHANGES_EXIST=$(git status — porcelain | wc -l) CHANGES_EXIST=$(git status — porcelain | wc -l)
formatted_date="`date + '%A, %B %d, %Y'`" formatted_date= $(date +"%A, %B %d, %Y")
# current="`date +'%Y-%m-%d %H:%M:%S'`" # current="`date +'%Y-%m-%d %H:%M:%S'`"
msg="Updated: $formatted_date" msg="Updated: $formatted_date"