summaryrefslogtreecommitdiff
path: root/.circleci/tickle.sh
diff options
context:
space:
mode:
Diffstat (limited to '.circleci/tickle.sh')
-rwxr-xr-x.circleci/tickle.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/tickle.sh b/.circleci/tickle.sh
index 5071bb4..195c29c 100755
--- a/.circleci/tickle.sh
+++ b/.circleci/tickle.sh
@@ -3,7 +3,7 @@ set -o nounset -o errexit -o pipefail
function tickle() {
while [ true ]; do
- echo "[$(date +%H:%M:%S)"] Tickling...
+ echo "[$(date +%H:%M:%S)] Tickling..."
sleep 60
done
}