From 54319ecd6a693102e4e5861cc71f2c8602911703 Mon Sep 17 00:00:00 2001 From: Andre Briggs Date: Tue, 16 Jun 2020 08:39:20 -0700 Subject: [PATCH] Fixing typo (#55) --- src/commands/setup.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/setup.ts b/src/commands/setup.ts index 799f497..20cd1a2 100644 --- a/src/commands/setup.ts +++ b/src/commands/setup.ts @@ -343,7 +343,7 @@ export const execute = async ( } await createProjectIfNotExist(coreAPI, rc); await logStatusSpinner( - "Creating vaiable group", + "Creating variable group", "Variable group created", setupVariableGroup(rc) );