lsd-rs / lsd

The next gen ls command
Apache License 2.0
13.05k stars 425 forks source link

fix typo in link color table #932

Closed dcechano closed 10 months ago

dcechano commented 10 months ago

This PR simply fixes a typo I noticed in the theme/color.rs file. It appears to attempt to link to a .svg but used .avg.

TODO

muniu-bot[bot] commented 10 months ago

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: dcechano

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files: - **[OWNERS](https://github.com/lsd-rs/lsd/blob/master/OWNERS)** Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
codecov-commenter commented 10 months ago

Codecov Report

Merging #932 (e662338) into master (ae1a2cd) will increase coverage by 0.03%. The diff coverage is n/a.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

@@            Coverage Diff             @@
##           master     #932      +/-   ##
==========================================
+ Coverage   85.74%   85.78%   +0.03%     
==========================================
  Files          51       51              
  Lines        5003     5003              
==========================================
+ Hits         4290     4292       +2     
+ Misses        713      711       -2     
Files Coverage Δ
src/theme/color.rs 76.92% <ø> (+0.85%) :arrow_up:

... and 3 files with indirect coverage changes

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

zwpaper commented 10 months ago

Thanks for contributing!