Skip to content

Commit

Permalink
fixup: remove broken check
Browse files Browse the repository at this point in the history
Signed-off-by: Matej Vašek <[email protected]>
  • Loading branch information
matejvasek committed Aug 27, 2024
1 parent 942dec9 commit 69360db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/func-util/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ func scaffold(ctx context.Context) error {
return fmt.Errorf("cannot load func project: %w", err)
}

if f.Runtime != "go" || f.Build.Builder != "s2i" {
// Scaffolding is for now supported/needed only for Go S2I build.
if f.Runtime != "go" {
// Scaffolding is for now supported/needed only for Go.
return nil
}

Expand Down

0 comments on commit 69360db

Please sign in to comment.