Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

Commit

Permalink
fix(cli): shared cluster detection
Browse files Browse the repository at this point in the history
  • Loading branch information
timsuchanek committed Feb 14, 2018
1 parent 289ae58 commit a169c5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/packages/prisma-yml/src/Environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export class Environment {
endpoint,
this.globalRC.cloudSessionKey,
false,
false,
['prisma-eu1', 'prisma-us1'].includes(cluster.name),
true,
m.workspace.slug,
),
Expand Down

0 comments on commit a169c5d

Please sign in to comment.