Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
antoineleclair committed Jun 13, 2024
1 parent 93e2534 commit 33e1c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ async function installDockerIfNeeded({
await installDocker({ssh, verbose, progressBar})
} catch (error) {
if ((error as Error).toString().includes('Could not get lock')) {
throw new Error(`Package manager already busy. Try again in a few miniutes.`)
throw new Error(`Package manager already busy. Try again in a few minutes.`)
}

throw new Error(`Failed to install Docker\n${error}`)
Expand Down

0 comments on commit 33e1c8d

Please sign in to comment.