Skip to content

Commit

Permalink
fix updates of zig version on machengine.org
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Gutekanst <[email protected]>
  • Loading branch information
emidoots committed Oct 4, 2023
1 parent 1901166 commit 01dd9bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/wrench/scripts/rewrite_zig_version.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func init() {
return contents, nil
}
err := FindAndReplace(".", []string{
"**/*.md",
"**/content/about/zig-version.md",
"**/*.yml",
"**/*.yaml",
"build.zig",
Expand Down

0 comments on commit 01dd9bf

Please sign in to comment.