Skip to content

Commit 94f0d2c

Browse files
denizgencZordrak
authored andcommitted
Clarify comment
Not just M1 Macs are affected by this change, of course.
1 parent c30dae2 commit 94f0d2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libexec/tfenv-install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ case "$(uname -m)" in
123123
fi;
124124
;;
125125
"darwin")
126-
# No M1 builds before 1.0.2
126+
# No Apple Silicon builds before 1.0.2
127127
if [[ "${version}" =~ 0\..+$ || "${version}" =~ 1\.0\.0|1$
128128
]]; then
129129
TFENV_ARCH="${TFENV_ARCH:-amd64}";

0 commit comments

Comments
 (0)