Skip to content

Commit 5c37e5c

Browse files
authored
Fix envinfo command (#130)
1 parent fed8b14 commit 5c37e5c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/brave-insects-lick.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@knuckles/cli": patch
3+
---
4+
5+
Fix envinfo command

packages/cli/src/commands/envinfo/command.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import command from "../../command.js";
2-
import * as envinfo from "envinfo";
2+
import envinfo from "envinfo";
33

44
export default command({
55
command: "envinfo",

0 commit comments

Comments
 (0)