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

Commit

Permalink
fix delete
Browse files Browse the repository at this point in the history
  • Loading branch information
timsuchanek committed Jun 5, 2018
1 parent 954bc5c commit 6d93fc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/packages/prisma-cli-core/src/commands/delete/index.ts
Expand Up @@ -31,9 +31,9 @@ export default class Delete extends Command {

await this.client.initClusterClient(
cluster!,
this.definition.getWorkspace() || '*',
serviceName,
stage,
this.definition.getWorkspace() || '*',
)

const prettyName = `${chalk.bold(serviceName)}@${stage}`
Expand Down

0 comments on commit 6d93fc3

Please sign in to comment.