Skip to content

Commit

Permalink
Fix typo in console message (#2264)
Browse files Browse the repository at this point in the history
  • Loading branch information
markholland authored Dec 8, 2024
1 parent f8bda45 commit c030179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/hb-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1280,7 +1280,7 @@ export class HomebridgeServiceHelper {

try {
await remove(npmInstallPath)
spinner.succeed(`Cleaned up npm at at ${npmInstallPath}`)
spinner.succeed(`Cleaned up npm at ${npmInstallPath}`)
} catch (e) {
spinner.fail(e.message)
}
Expand Down

0 comments on commit c030179

Please sign in to comment.