Skip to content

Commit

Permalink
Merge pull request #257 from opentofu/fix-windows
Browse files Browse the repository at this point in the history
Fixing running on Windows
  • Loading branch information
abstractionfactory authored Nov 28, 2024
2 parents 3159556 + bd442a3 commit 195b729
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 195b729

Please sign in to comment.