Skip to content
This repository was archived by the owner on Dec 19, 2025. It is now read-only.

Commit f493257

Browse files
committed
Print the actual update object
1 parent a2c9299 commit f493257

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/cli/src/action.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export default async function action(args: CliArguments) {
3131
print(JSON.stringify(output), false)
3232
}
3333
else {
34-
printPretty(result, args)
34+
printPretty(result?.update, args)
3535
}
3636
} catch (error: any) {
3737
if (args.verbose) {

0 commit comments

Comments
 (0)