Skip to content

Commit fe313b4

Browse files
committed
remove extra ... elipses
1 parent 1de1b81 commit fe313b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app/src/cli/services/execute-operation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export async function executeOperation(input: ExecuteOperationInput): Promise<vo
4747

4848
try {
4949
const result = await renderSingleTask({
50-
title: outputContent`Executing GraphQL operation...`,
50+
title: outputContent`Executing GraphQL operation`,
5151
task: async () => {
5252
return adminRequestDoc({
5353
query: parse(query),

0 commit comments

Comments
 (0)