fix local runtime (#1383)
This commit is contained in:
@@ -184,8 +184,8 @@ func (r *runtime) Create(s *Service, opts ...CreateOption) error {
|
||||
}
|
||||
|
||||
if len(options.Command) == 0 {
|
||||
options.Command = []string{"go", "run"}
|
||||
options.Args = []string{"."}
|
||||
options.Command = []string{"go"}
|
||||
options.Args = []string{"run", "."}
|
||||
}
|
||||
|
||||
// create new service
|
||||
|
||||
Reference in New Issue
Block a user