Skip to content

Commit

Permalink
fix(OpenGh): Use musl binary to remove glibc dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jontze committed Jan 11, 2023
1 parent c807e4f commit 95967b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/mdbook/plugins/OpenGh.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ describe("OpenGh", () => {
"badboy/mdbook-open-on-gh",
"opengh-version",
"mdbook-open-on-gh",
"unknown-linux-gnu"
"unknown-linux-musl"
);
});
});
2 changes: 1 addition & 1 deletion src/mdbook/plugins/OpenGh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export class OpenGh extends MdPlugin {
"badboy/mdbook-open-on-gh",
"opengh-version",
"mdbook-open-on-gh",
"unknown-linux-gnu"
"unknown-linux-musl"
);
}
}

0 comments on commit 95967b2

Please sign in to comment.