Skip to content

Commit 015af0e

Browse files
committed
fix: Fake change
1 parent 43686b6 commit 015af0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ class ServerlessPythonRequirements {
7474
options.pythonBin = 'python';
7575
}
7676
if (/python3[0-9]+/.test(options.pythonBin)) {
77-
// "google" and "scaleway" providers' runtimes uses python3XX
77+
// "google" and "scaleway" providers' runtimes use python3XX
7878
options.pythonBin = options.pythonBin.replace(/3([0-9]+)/, '3.$1');
7979
}
8080
if (options.dockerizePip === 'non-linux') {

0 commit comments

Comments
 (0)