From a169c5d67f1df6fe158efbdfc746a79606df8504 Mon Sep 17 00:00:00 2001 From: timsuchanek Date: Wed, 14 Feb 2018 15:15:39 +0100 Subject: [PATCH] fix(cli): shared cluster detection --- cli/packages/prisma-yml/src/Environment.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/packages/prisma-yml/src/Environment.ts b/cli/packages/prisma-yml/src/Environment.ts index ad1eb0f342..93a4ec08db 100644 --- a/cli/packages/prisma-yml/src/Environment.ts +++ b/cli/packages/prisma-yml/src/Environment.ts @@ -108,7 +108,7 @@ export class Environment { endpoint, this.globalRC.cloudSessionKey, false, - false, + ['prisma-eu1', 'prisma-us1'].includes(cluster.name), true, m.workspace.slug, ),