wip: publish

This commit is contained in:
Carlos Alexandro Becker
2018-10-12 14:55:04 -03:00
committed by Carlos Alexandro Becker
parent 441e5e551f
commit 5474d1ede7
4 changed files with 10 additions and 9 deletions
+2 -2
View File
@@ -24,8 +24,8 @@ func (Pipe) String() string {
return "creating Scoop Manifest"
}
// Run the pipe
func (Pipe) Run(ctx *context.Context) error {
// Publish scoop manifest
func (Pipe) Publish(ctx *context.Context) error {
client, err := client.NewGitHub(ctx)
if err != nil {
return err