Skip to content

Commit

Permalink
fix(setup): print bikeshed version installed by pip
Browse files Browse the repository at this point in the history
  • Loading branch information
sidvishnoi committed Jun 11, 2021
1 parent ed877e9 commit f5857f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default async function main(toolchain: "respec" | "bikeshed" | string) {
});
exportVariable("PYTHONUSERBASE", PYTHONUSERBASE);
await sh("bikeshed update", "stream");
await sh("bikeshed --version", "buffer");
await sh("pip3 show bikeshed | grep -i version", "buffer");
break;
}
default: {
Expand Down

0 comments on commit f5857f0

Please sign in to comment.