Skip to content

Commit 0e2103d

Browse files
committed
fix: typo in variable name
1 parent c53b7d9 commit 0e2103d

24 files changed

+48
-48
lines changed

β€Žcargo-dist/templates/installer/npm/binary.jsβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const {
1717
} = require("./package.json");
1818

1919
const builderGlibcMajorVersion = glibcMinimum.major;
20-
const builderGlibcMInorVersion = glibcMinimum.series;
20+
const builderGlibcMinorVersion = glibcMinimum.series;
2121

2222
const getPlatform = () => {
2323
const rawOsType = os.type();
@@ -63,7 +63,7 @@ const getPlatform = () => {
6363
let libcMinorVersion = splitLibcVersion[1];
6464
if (
6565
libcMajorVersion != builderGlibcMajorVersion ||
66-
libcMinorVersion < builderGlibcMInorVersion
66+
libcMinorVersion < builderGlibcMinorVersion
6767
) {
6868
// We can't run the glibc binaries, but we can run the static musl ones
6969
// if they exist

β€Žcargo-dist/tests/snapshots/axolotlsay_action_commit.snapβ€Ž

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žcargo-dist/tests/snapshots/axolotlsay_alias.snapβ€Ž

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žcargo-dist/tests/snapshots/axolotlsay_alias_ignores_missing_bins.snapβ€Ž

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žcargo-dist/tests/snapshots/axolotlsay_attestations_announce.snapβ€Ž

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žcargo-dist/tests/snapshots/axolotlsay_attestations_filters.snapβ€Ž

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žcargo-dist/tests/snapshots/axolotlsay_attestations_host.snapβ€Ž

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žcargo-dist/tests/snapshots/axolotlsay_basic.snapβ€Ž

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žcargo-dist/tests/snapshots/axolotlsay_basic_bins.snapβ€Ž

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žcargo-dist/tests/snapshots/axolotlsay_basic_lies.snapβ€Ž

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
Β (0)