Skip to content

Commit ca37269

Browse files
author
Derek Hower
committed
Fix typo in manual/tasks.rake
1 parent 6580857 commit ca37269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/manual/tasks.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ file $root / "ext" / "riscv-isa-manual" / "README.md" do
299299
end
300300

301301
Dir.glob($root / "arch" / "manual" / "**" / "contents.yaml") do |content_fn|
302-
file "#{File.dirname(content_fn)}/riscv-isa-manual/README.md" => ($root / "ext" / "riscv-isa_manual" / "README.md").to_s do |t|
302+
file "#{File.dirname(content_fn)}/riscv-isa-manual/README.md" => ($root / "ext" / "riscv-isa-manual" / "README.md").to_s do |t|
303303
content_obj = YAML.load_file(content_fn)
304304
cmd = [
305305
"git",

0 commit comments

Comments
 (0)