Skip to content

Commit 23e943f

Browse files
committed
Temporary commit to save changes before rebase
1 parent 2f88579 commit 23e943f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/driver/deployment/azure_functions.go

-1
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,6 @@ func createFunctionFolders(baseDir string, function []*common.Function) error {
268268
return fmt.Errorf("failed to copy function.json to %s: %w", folderPath, err)
269269
}
270270
}
271-
272271
log.Debugf("Created %d function folders with copies of azureworkload.py and function.json under %s folder.\n", len(function), baseDir)
273272
return nil
274273
}

0 commit comments

Comments
 (0)