Skip to content

Commit

Permalink
🐛 move preview rules out of default (#106) (#109)
Browse files Browse the repository at this point in the history
Signed-off-by: David Zager <[email protected]>
  • Loading branch information
djzager authored Aug 8, 2024
1 parent 5dbb7ab commit e006a19
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/dotnet/convert.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ func main() {
}

// Write the YAML to a file
err = os.WriteFile("../../default/generated/dotnet/generated.yaml", yamlData, 0644)
err = os.WriteFile("../../preview/dotnet/generated.yaml", yamlData, 0644)
if err != nil {
log.Fatal(err)
}
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit e006a19

Please sign in to comment.