Skip to content

Conversation

@ivanauth
Copy link
Contributor

Summary

Fixes typo in error messages when certificate file reading fails.

Changes

Corrected spelling from 'ceritficate' to 'certificate' in two error messages:

  • internal/client/client.go:151
  • internal/cmd/context.go:144

Impact

No functional changes, just improves professionalism of CLI error output.

Test Plan

  • All existing tests pass
  • No behavioral changes

Fixed typo in error messages when certificate file reading fails:
- internal/client/client.go:151
- internal/cmd/context.go:144

No functional changes, just correcting the spelling for better
professionalism in CLI error output.
@codecov-commenter
Copy link

Codecov Report

❌ Patch coverage is 0% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 40.06%. Comparing base (7ed5ab0) to head (e5bd25d).
⚠️ Report is 9 commits behind head on main.

Files with missing lines Patch % Lines
internal/client/client.go 0.00% 1 Missing ⚠️
internal/cmd/context.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #565      +/-   ##
==========================================
+ Coverage   39.28%   40.06%   +0.78%     
==========================================
  Files          37       37              
  Lines        5448     5473      +25     
==========================================
+ Hits         2140     2193      +53     
+ Misses       3063     3029      -34     
- Partials      245      251       +6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@miparnisari miparnisari merged commit 5472be9 into authzed:main Oct 16, 2025
11 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Oct 16, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants