Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.

Commit

Permalink
Merge pull request #970 from laverya/improve-no-files-found-github-er…
Browse files Browse the repository at this point in the history
…ror-message

include repo, path, ref in 'no files found' github asset error
  • Loading branch information
laverya committed Jun 12, 2019
2 parents a93009f + 629e34f commit 7272605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/lifecycle/render/github/render.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ func (r *LocalRenderer) Execute(
return errors.Wrap(err, "resolveNoProxyGithubAssets")
}
} else {
return errors.New("github asset returned no files")
return fmt.Errorf("github asset %s returned no files in %s at %s", asset.Repo, asset.Path, asset.Ref)
}
}

Expand Down

0 comments on commit 7272605

Please sign in to comment.