Skip to content

Commit

Permalink
Merge pull request #192 from testwill/typo
Browse files Browse the repository at this point in the history
fix: typo
  • Loading branch information
iseki-working authored Oct 19, 2023
2 parents 37c192c + 624b43e commit 5f65ca3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion module/pnpm/process.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func openLockfile(ctx context.Context, lockfilePath string) (f *os.File, e error
}()
stat, e := f.Stat()
if e != nil {
return nil, fmt.Errorf("retreive file stat failed(%s): %w", lockfilePath, e)
return nil, fmt.Errorf("retrieve file stat failed(%s): %w", lockfilePath, e)
}
if !stat.Mode().IsRegular() {
return nil, fmt.Errorf("%s is not a regular file: %w", LockfileName, e)
Expand Down
4 changes: 2 additions & 2 deletions module/pnpm/v5/testdata/3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5715,7 +5715,7 @@ packages:

/node-pre-gyp/0.11.0:
resolution: {integrity: sha512-TwWAOZb0j7e9eGaf9esRx3ZcLaE5tQ2lvYy1pb5IAaG1a2e2Kv5Lms1Y4hpj+ciXJRofIxxlt5haeQ/2ANeE0Q==}
deprecated: 'Please upgrade to @mapbox/node-pre-gyp: the non-scoped node-pre-gyp package is deprecated and only the @mapbox scoped package will recieve updates in the future'
deprecated: 'Please upgrade to @mapbox/node-pre-gyp: the non-scoped node-pre-gyp package is deprecated and only the @mapbox scoped package will receive updates in the future'
hasBin: true
dependencies:
detect-libc: 1.0.3
Expand Down Expand Up @@ -7666,4 +7666,4 @@ packages:
dependencies:
archiver-utils: 2.1.0
compress-commons: 3.0.0
readable-stream: 3.6.0
readable-stream: 3.6.0

0 comments on commit 5f65ca3

Please sign in to comment.