Skip to content

Commit

Permalink
specs/release_package.anod: fix typo for AVR
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabien-Chouteau committed Oct 17, 2022
1 parent f75bd31 commit d59ac88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/release_package.anod
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class ReleasePackage(spec("common")):
return "1"
elif self.env.target.triplet == "riscv64-elf":
return "1"
elif self.env.target.triplet == "arv-elf":
elif self.env.target.triplet == "avr-elf":
return "1"
else:
return "1"
Expand Down

0 comments on commit d59ac88

Please sign in to comment.