We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43686b6 commit 015af0eCopy full SHA for 015af0e
index.js
@@ -74,7 +74,7 @@ class ServerlessPythonRequirements {
74
options.pythonBin = 'python';
75
}
76
if (/python3[0-9]+/.test(options.pythonBin)) {
77
- // "google" and "scaleway" providers' runtimes uses python3XX
+ // "google" and "scaleway" providers' runtimes use python3XX
78
options.pythonBin = options.pythonBin.replace(/3([0-9]+)/, '3.$1');
79
80
if (options.dockerizePip === 'non-linux') {
0 commit comments