Skip to content

Commit 0f5a358

Browse files
committed
fix: change template extension to .txt
1 parent fe3b363 commit 0f5a358

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

create_formula.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def main(args):
1010
version = args[0]
1111
suffix = version.replace("v", "").replace(".", "")
1212

13-
with open("template/arkscript_formula.rb", "r") as f:
13+
with open("template/arkscript_formula.txt", "r") as f:
1414
template = f.read()
1515

1616
with open(f"arkscript@{version}.rb", "w") as f:

0 commit comments

Comments
 (0)