Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
christeredvartsen committed Nov 27, 2024
1 parent cc71c54 commit cffa24f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/unleash/activitylog.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func init() {
}, nil

default:
return nil, fmt.Errorf("unsupported team activity log entry action: %q", entry.Action)
return nil, fmt.Errorf("unsupported unleash activity log entry action: %q", entry.Action)
}
})
}
Expand Down

0 comments on commit cffa24f

Please sign in to comment.