Skip to content

Commit fe602c6

Browse files
committed
lint fix
1 parent 80aaf73 commit fe602c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/shared/utilities/downloadPatterns.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ async function fetchUrl(owner: string, repoName: string, assetName: string): Pro
2424
}
2525

2626
/**
27-
* Asynchronously extracts a ZIP file from a buffer into a specified directory, with optional removal
27+
* Asynchronously extracts a ZIP file from a buffer into a specified directory, with optional removal
2828
* of the top-level directory from the extracted paths. Pattern in this case refers to sample application
2929
* patterns like those found in Serverlessland or other AWS repositories.
3030
*

0 commit comments

Comments
 (0)