Skip to content

Commit

Permalink
fixy
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith committed Jul 1, 2024
1 parent a6208c0 commit e1bc72b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export async function getConfig(flags: Flags) {
} else {
config = (await tryGetDefaultConfig()) || {};
}

// `meow` is set up to pass boolean flags as `undefined` if not passed.
// copy the struct, and delete properties that are `undefined` so the merge
// doesn't blast away config level settings.
Expand Down

0 comments on commit e1bc72b

Please sign in to comment.