8000 Update function usage · open-lambda/open-lambda@e4d8a53 · GitHub
[go: up one dir, main page]

Skip to content

Commit e4d8a53

Browse files
yamada-sextatylerharter
authored andcommitted
Update function usage
1 parent dbb0853 commit e4d8a53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/worker/helpers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ func initOLDir(olPath string, dockerBaseImage string, newBase bool) (err error)
9898
fmt.Printf("Previous deployment found at %s.\n", olPath)
9999

100100
// kill previous worker (if running)
101-
if err := generalCleanup(olPath); err != nil {
101+
if err := bringToStoppedClean(olPath); err != nil {
102102
return err
103103
}
104104

0 commit comments

Comments
 (0)
0