Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
zlalvani committed May 14, 2024
1 parent 97fabcc commit 9bdb6a1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/cli/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,9 @@ const available = await bumpFinder.list();

if (!pkg) {
if (autoDetect) {
const detected = await bumpFinder.detect();
const detected = await bumpFinder.detect(
autoDetect === true ? undefined : autoDetect,
);

if (detected.length > 0) {
if (detected.length > 1) {
Expand Down

0 comments on commit 9bdb6a1

Please sign in to comment.