Skip to content

Commit

Permalink
Fix bug in hubdb create
Browse files Browse the repository at this point in the history
  • Loading branch information
kemmerle committed Jan 6, 2025
1 parent 34f0327 commit 27ba0ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/hubdb/create.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ exports.handler = async options => {

let filePath;
try {
const { path: filePath } =
const filePath =
'path' in options
? path.resolve(getCwd(), options.path)
: await selectPathPrompt(options);
Expand Down

0 comments on commit 27ba0ca

Please sign in to comment.