Skip to content

Commit

Permalink
fix: correct query command to use latest syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
shetzel committed Jan 22, 2024
1 parent 7dafdb1 commit 92d28b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion messages/package_version_create_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ ID (starts with 08c) of the package version creation request you want to display

...

To see all errors, run: %s data:soql:query -t -q "SELECT Message FROM Package2VersionCreateRequestError WHERE ParentRequest.Id='%s'" -o %s
To see all errors, run: %s data query -t -q "SELECT Message FROM Package2VersionCreateRequestError WHERE ParentRequest.Id='%s'" -o %s

0 comments on commit 92d28b2

Please sign in to comment.