From 1bb874ef04af8bfb1568dffd3aef9872d0823eb7 Mon Sep 17 00:00:00 2001 From: Michael Stanclift Date: Thu, 21 May 2020 21:09:51 -0500 Subject: [PATCH] Update gravity-sync.sh --- gravity-sync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gravity-sync.sh b/gravity-sync.sh index a289611..47afa99 100755 --- a/gravity-sync.sh +++ b/gravity-sync.sh @@ -157,7 +157,7 @@ case $# in logs) echo -e "${GREEN}Success:${NC} Logs Requested" - echo -e "Showing last three successful execution timestamps" + echo -e "These are the last three valid PULL timestamps" tail -n 3 ${SYNCING_LOG} ;;