Skip to content
This repository has been archived by the owner on Aug 20, 2021. It is now read-only.

Commit

Permalink
rename rules.k.tmp to rules.k
Browse files Browse the repository at this point in the history
  • Loading branch information
asymmetric committed Feb 2, 2020
1 parent a0c9ce1 commit 25b266d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ endmodule
.join("\n")

const rules_k = rules_template([
fs.readFileSync(path.join(__dirname, "../resources/rules.k.tmp")).toString(),
fs.readFileSync(path.join(__dirname, "../resources/rules.k")).toString(),
rules
])
const rules_path = path.join(KLAB_OUT, "rules.k");
Expand Down
File renamed without changes.

0 comments on commit 25b266d

Please sign in to comment.