rename
This commit is contained in:
@@ -4,8 +4,8 @@ import (
|
||||
"errors"
|
||||
"os"
|
||||
|
||||
"git.front.kjuulh.io/kjuulh/dagger-go/pkg/builder"
|
||||
"git.front.kjuulh.io/kjuulh/dagger-go/pkg/pipelines"
|
||||
"git.front.kjuulh.io/kjuulh/bust/pkg/builder"
|
||||
"git.front.kjuulh.io/kjuulh/bust/pkg/pipelines"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
@@ -9,7 +9,7 @@ import (
|
||||
|
||||
func NewCustomGoBuild(command string, runf func(ctx context.Context) error) error {
|
||||
cmd := &cobra.Command{
|
||||
Use: fmt.Sprintf("dagger-go build %s", command),
|
||||
Use: fmt.Sprintf("bust build %s", command),
|
||||
RunE: func(cmd *cobra.Command, args []string) error {
|
||||
return runf(cmd.Context())
|
||||
},
|
||||
|
Reference in New Issue
Block a user