mirror of
https://github.com/jimeh/build-emacs-for-macos.git
synced 2026-02-19 13:06:38 +00:00
fix(release): attempt to fix issue with talking to GitHub API
This commit is contained in:
@@ -19,7 +19,11 @@ var checkCmd = &cli.Command{
|
||||
func checkAction(c *cli.Context, opts *globalOptions) error {
|
||||
gh := opts.gh
|
||||
repo := opts.repo
|
||||
plan := opts.plan
|
||||
plan, err := LoadPlan(opts.plan)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
releaseName := plan.ReleaseName()
|
||||
|
||||
fmt.Printf(
|
||||
|
||||
Reference in New Issue
Block a user