From f1652299fe4e332044220928ff2cfb64212eda96 Mon Sep 17 00:00:00 2001 From: Christoph Thiede <38782922+LinqLover@users.noreply.github.com> Date: Tue, 4 Oct 2022 15:40:38 +0200 Subject: [PATCH] Remove superfluous space (#8533) --- pages/common/smalltalkci.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/smalltalkci.md b/pages/common/smalltalkci.md index 970bb0469b..6393412980 100644 --- a/pages/common/smalltalkci.md +++ b/pages/common/smalltalkci.md @@ -21,7 +21,7 @@ - Specify a custom Smalltalk image and VM: -`smalltalkci --image {{path/to/Smalltalk.image}} -- vm {{path/to/vm}}` +`smalltalkci --image {{path/to/Smalltalk.image}} --vm {{path/to/vm}}` - Clean up caches and delete builds: