Skip to content

Commit

Permalink
Fixing running on Windows
Browse files Browse the repository at this point in the history
Signed-off-by: AbstractionFactory <[email protected]>
  • Loading branch information
abstractionfactory committed Nov 28, 2024
1 parent 1e30ff2 commit bd442a3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion backend/cmd/generate/rlimit_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

package main

func setRLimit(ctx context.Context, log logger.Logger) error {
import (
"context"
"github.com/opentofu/libregistry/logger"
)

func setRLimit(_ context.Context, _ logger.Logger) error {
return nil
}

0 comments on commit bd442a3

Please sign in to comment.