Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
LiliDeng committed Oct 8, 2023
1 parent d1af46c commit 19a3d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisa/tools/lscpu.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def __repr__(self) -> str:


ARCH_X86_64 = "x86_64"
ARCH_AARCH64 = "aarch_64"
ARCH_AARCH64 = "aarch64"


class Lscpu(Tool):
Expand Down

0 comments on commit 19a3d8a

Please sign in to comment.