From 3b52f93e7e09162829984374e88efd24d5291959 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gu=C5=8D=20X=C4=ABng?= Date: Wed, 29 May 2019 14:32:50 +0800 Subject: [PATCH] Fix ascii chart for `Job Run Process` --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 90a77e0..7bb5acc 100644 --- a/README.md +++ b/README.md @@ -44,10 +44,10 @@ PreSyncing Syncing Success +-----------+ +-----------+ +-------------+ +--------------+ | pre-job +--+->| job run +--->| post-exec +-+-->| post-success | +-----------+ ^ +-----------+ +-------------+ | +--------------+ - | | - | +-----------------+ | Failed - +------+ post-fail |<---------+ - +-----------------+ + | | + | +-----------------+ | Failed + +------+ post-fail |<---------+ + +-----------------+ ```