Skip to content

Commit 55e10bf

Browse files
committed
fixed print env
1 parent 4ed7038 commit 55e10bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devbox.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ type Devbox interface {
3333
Install(ctx context.Context) error
3434
IsEnvEnabled() bool
3535
ListScripts() []string
36-
PrintEnv(ctx context.Context, opts *devopt.PrintEnv) (string, error)
36+
PrintEnv(opts *devopt.PrintEnv) (string, error)
3737
PrintEnvVars(ctx context.Context) ([]string, error)
3838
PrintGlobalList() error
3939
Pull(ctx context.Context, overwrite bool, path string) error

0 commit comments

Comments
 (0)