Skip to content

Commit

Permalink
Update src/packages/cli/src/bin.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Joël Galeran <Jolg42@users.noreply.github.com>
  • Loading branch information
Daniel Norman and Jolg42 committed May 11, 2020
1 parent ce1f049 commit cfd1bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/packages/cli/src/bin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ async function getProjectHash(): Promise<string> {
.substring(0, 8)
}
/**
* Get a unique identifier for the CLI instllation path
* Get a unique identifier for the CLI installation path
* which can be either global or local (in project's node_modules)
*/
async function getCLIPathHash(): Promise<string> {
Expand Down

0 comments on commit cfd1bcf

Please sign in to comment.