From b36e3b28ceff9d15812ba729390a6636996d39d6 Mon Sep 17 00:00:00 2001 From: Rich M Date: Sun, 24 Sep 2023 17:18:11 +0100 Subject: [PATCH] Fix chas -> chaos typo in deploy.go --- cli/app/deploy.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/app/deploy.go b/cli/app/deploy.go index 44bbfd0c9..b4cd13581 100644 --- a/cli/app/deploy.go +++ b/cli/app/deploy.go @@ -48,7 +48,7 @@ for this you need to look at the "abra app upgrade " command. You may pass "--force" to re-deploy the same version again. This can be useful if the container runtime has gotten into a weird state. -Chas mode ("--chaos") will deploy your local checkout of a recipe as-is, +Chaos mode ("--chaos") will deploy your local checkout of a recipe as-is, including unstaged changes and can be useful for live hacking and testing new recipes. `,