Skip to content

Commit 3515892

Browse files
mirkoCrobumirkoCrobu
authored andcommitted
make lint happy
1 parent 581d162 commit 3515892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/orchestrator/bricks/bricks.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ func getUsedByApps(
215215
for _, file := range appPaths {
216216
app, err := app.Load(file.String())
217217
if err != nil {
218-
//we are not considering the borken apps
218+
// we are not considering the borken apps
219219
slog.Warn("unable to parse app.yaml, skipping", "path", file.String(), "error", err.Error())
220220
continue
221221
}

0 commit comments

Comments
 (0)