Skip to content

Commit 842ca29

Browse files
committed
update
1 parent 7c344d6 commit 842ca29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/commands/audit-log/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ function setupCommand (name, description, argv, importMeta) {
125125
*/
126126
async function fetchOrgAuditLog (orgSlug, input, spinner) {
127127
const socketSdk = await setupSdk(getDefaultKey() || FREE_API_KEY)
128-
const result = await handleApiCall(socketSdk.getAuditLogEvents(orgSlug, input), 'looking up package')
128+
const result = await handleApiCall(socketSdk.getAuditLogEvents(orgSlug, input), `Looking up audit log for ${orgSlug}\n`)
129129

130130
if (!result.success) {
131131
return handleUnsuccessfulApiResponse('getAuditLogEvents', result, spinner)

0 commit comments

Comments
 (0)