From 82b2979dececcf1e698c825423f61eae041b1e96 Mon Sep 17 00:00:00 2001 From: Camille Roux <25977+camilleroux@users.noreply.github.com> Date: Mon, 20 Aug 2018 01:37:10 +0200 Subject: [PATCH] Typo fix --- discourse-doctor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discourse-doctor b/discourse-doctor index eebaf8b..0f4c1f0 100755 --- a/discourse-doctor +++ b/discourse-doctor @@ -250,7 +250,7 @@ get_yml_file() { web_file=containers/$app_name.yml log "Found $web_file" else - log "Can't find app.yml or web_ony.yml." + log "Can't find app.yml or web_only.yml." log "Giving up." exit fi -- 2.25.1