File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
modules/project_cleanup/function_source Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -219,9 +219,9 @@ func invoke(ctx context.Context) {
219219 requestFilter := fmt .Sprintf ("parent.type:folder parent.id:%s" , localFolderId )
220220 req := cloudResourceManagerService .Projects .List ().Filter (requestFilter )
221221 if err := req .Pages (ctx , processProjectsResponsePage (removeProjectWithLiens )); err != nil {
222- logger .Printf ("Fail to get projects for the forlder with id [%s], error [%s]" , localFolderId , err .Error ())
222+ logger .Printf ("Fail to get projects for the folder with id [%s], error [%s]" , localFolderId , err .Error ())
223223 } else {
224- logger .Printf ("Got and processed all projects for the forlder with id [%s]" , localFolderId )
224+ logger .Printf ("Got and processed all projects for the folder with id [%s]" , localFolderId )
225225 }
226226 }
227227
@@ -234,7 +234,7 @@ func invoke(ctx context.Context) {
234234 removeProjectsInFolder (folderId )
235235 return nil
236236 }); err != nil {
237- logger .Fatalf ("Fail to get subfolders for the forlder with id [%s], error [%s]" , folderId , err .Error ())
237+ logger .Fatalf ("Fail to get subfolders for the folder with id [%s], error [%s]" , folderId , err .Error ())
238238 }
239239 }
240240
You can’t perform that action at this time.
0 commit comments