Skip to content

Commit

Permalink
Don't unconditionally overwrite ev
Browse files Browse the repository at this point in the history
  • Loading branch information
daenney committed May 9, 2021
1 parent e54f787 commit 31ec1c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/gdqcli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,9 @@ func main() {
} else {
ev = v
}
} else {
ev = v
}
ev = v
}

schedule, err := g.Schedule(ev)
Expand Down

0 comments on commit 31ec1c7

Please sign in to comment.