Skip to content

Commit 64bc4d7

Browse files
committed
merge conflict/test fixes
1 parent d131b09 commit 64bc4d7

3 files changed

Lines changed: 1 addition & 4 deletions

File tree

cmd/deploy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ func runDeploy(cmd *cobra.Command, args []string) (err error) {
309309
File: file,
310310
Version: kernel.Opt(version),
311311
Force: kernel.Opt(force),
312-
EntrypointRelPath: kernel.Opt(filepath.Base(resolvedEntrypoint)),
312+
EntrypointRelPath: filepath.Base(resolvedEntrypoint),
313313
EnvVars: envVars,
314314
}, option.WithMaxRetries(0))
315315
if err != nil {

go.mod

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,3 @@ require (
5959
gopkg.in/yaml.v3 v3.0.1 // indirect
6060
)
6161

62-
replace github.com/onkernel/kernel-go-sdk => github.com/stainless-sdks/kernel-go v0.0.0-20250925165623-ec51df239db4

go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,6 @@ github.com/spf13/cobra v1.9.1 h1:CXSaggrXdbHK9CF+8ywj8Amf7PBRmPCOJugH954Nnlo=
118118
github.com/spf13/cobra v1.9.1/go.mod h1:nDyEzZ8ogv936Cinf6g1RU9MRY64Ir93oCnqb9wxYW0=
119119
github.com/spf13/pflag v1.0.6 h1:jFzHGLGAlb3ruxLB8MhbI6A8+AQX/2eW4qeyNZXNp2o=
120120
github.com/spf13/pflag v1.0.6/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
121-
github.com/stainless-sdks/kernel-go v0.0.0-20250925165623-ec51df239db4 h1:XxFDKXTl2Av2tJBRuaoIUUf8scWMYompJiYSbZnW5ho=
122-
github.com/stainless-sdks/kernel-go v0.0.0-20250925165623-ec51df239db4/go.mod h1:MjUR92i8UPqjrmneyVykae6GuB3GGSmnQtnjf1v74Dc=
123121
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
124122
github.com/stretchr/objx v0.5.2 h1:xuMeJ0Sdp5ZMRXx/aWO6RZxdr3beISkG5/G/aIRr3pY=
125123
github.com/stretchr/objx v0.5.2/go.mod h1:FRsXN1f5AsAjCGJKqEizvkpNtU+EGNCLh3NxZ/8L+MA=

0 commit comments

Comments
 (0)