Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lishaduck committed Jul 22, 2024
1 parent 2d9a602 commit 6ca90af
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,11 @@ export const autoInstallPackages = async (
}

if (selectedProject) {
consola.start(
`Installing dependendencies in project ${selectedProject}...`,
);
consola.start(`Installing dependencies in project ${selectedProject}...`);
}

if (!selectedProject) {
consola.start(`Installing dependendencies...`);
consola.start(`Installing dependencies...`);
}

try {
Expand Down

0 comments on commit 6ca90af

Please sign in to comment.