-
Notifications
You must be signed in to change notification settings - Fork 86
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: remove repeated blob command #1152
fix: remove repeated blob command #1152
Conversation
Signed-off-by: Junjie Gao <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1152 +/- ##
==========================================
- Coverage 73.30% 73.29% -0.01%
==========================================
Files 53 53
Lines 3240 3239 -1
==========================================
- Hits 2375 2374 -1
Misses 671 671
Partials 194 194 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -52,7 +52,6 @@ func main() { | |||
}, | |||
} | |||
cmd.AddCommand( | |||
blob.Cmd(), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This fix should be in PR: #1133, please have the fix there.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a minor fix. Either way is fine. Let's fix it in #1133.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm actually seeing this #1133 (comment) in #1133.
As discussed with @Two-Hearts . I will include the fix in #1133 |
No description provided.