FIX: discourse-doctor plugin check too loose (#478)
authorJay Pfaffman <jay@literatecomputing.com>
Tue, 4 Aug 2020 22:47:30 +0000 (15:47 -0700)
committerGitHub <noreply@github.com>
Tue, 4 Aug 2020 22:47:30 +0000 (08:47 +1000)
commit6ffca0c20382af66c8845d93eb041c5ec3799470
treedcc77591c1cb79315c9a316f8d8d37e35caf7fa6
parent6e6ec6818db028f15b0428d485ff0d6ae9928f79
FIX: discourse-doctor plugin check too loose (#478)

The non-official plugin check was looking only for `git`, which would match other things in the yml file (e.g., a digital ocean S3 bucket name).

`grep` for `'git clone'` should solve that problem.

Though I did test this edit on a running sitee, I made these edit in the web interface by hand rather than pushing a commit where I tested it. Please look twice to make sure that I didn't do something silly when making the edit here.
discourse-doctor