Skip to content
This repository was archived by the owner on Oct 10, 2022. It is now read-only.

Commit 6ad6342

Browse files
committed
Fix typo
1 parent 7dd153e commit 6ad6342

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/deploy/hash-fns.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ async function hashFns(dir, opts) {
1414
assetType: 'function',
1515
hashAlgorithm: 'sha256',
1616
// tmpDir,
17-
statusCb: () => {}
17+
statusCb: () => { }
1818
},
1919
opts
2020
)
@@ -36,7 +36,7 @@ async function hashFns(dir, opts) {
3636
const manifestCollector = manifestCollectorCtor(functions, fnShaMap, opts)
3737

3838
// TODO: Zip up functions, hash then send.
39-
// This is totally wrong wright now.
39+
// This is totally wrong right now.
4040
// See https://github.com/netlify/open-api/blob/master/go/porcelain/deploy.go#L544
4141

4242
await pump(fileStream, fnStat, fnFilter, hasher, manifestCollector)

0 commit comments

Comments
 (0)