Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix initialization of cfgDir #422

Merged
merged 1 commit into from
Jan 18, 2025
Merged

Fix initialization of cfgDir #422

merged 1 commit into from
Jan 18, 2025

Conversation

kpengboy
Copy link
Contributor

It is erroring with the message Error: configuring the main config directory: mkdir : no such file or directory because of an inverted comparison accidentally introduced in commit f713dc6.

It is erroring with the message `Error: configuring the main config directory: mkdir : no such file or directory` because of an inverted comparison accidentally introduced in commit f713dc6.
@mbrt
Copy link
Owner

mbrt commented Jan 18, 2025

Ouch! Thanks a lot for the fix!

Copy link

codecov bot commented Jan 18, 2025

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 54.63%. Comparing base (eb87774) to head (3fdfd30).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
cmd/gmailctl/cmd/root_cmd.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master     #422   +/-   ##
=======================================
  Coverage   54.63%   54.63%           
=======================================
  Files          53       53           
  Lines        4448     4448           
=======================================
  Hits         2430     2430           
  Misses       1877     1877           
  Partials      141      141           

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

@mbrt mbrt merged commit c566f95 into mbrt:master Jan 18, 2025
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants