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 the bug in #7 #9

Merged
merged 5 commits into from
Dec 1, 2022
Merged

Conversation

lowbridgee
Copy link
Contributor

No description provided.

@@ -40,7 +40,7 @@ type RunCmdInput struct {
}

func (b *Blaker) RunCmd(input *RunCmdInput) (cmd.Status, error) {
breakTime, err := b.getBreakTime()
breakTime, err := b.GetBreakTime()
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rename was insufficient.

func (b *Blaker) GetBreakTime() (*time.Time, error) {

@lowbridgee
Copy link
Contributor Author

@cynipe #7 bug fix and workflow bug fixed!

Comment on lines +22 to +23
- name: dependency install
run: make deps
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

!?

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good catch

@cynipe cynipe merged commit 70fc847 into cynipe:master Dec 1, 2022
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