Skip to content

Commit d90c99f

Browse files
committed
update docs
1 parent 0f95a45 commit d90c99f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cmd/pythonBuild_generated.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cmd/pythonBuild_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ func TestPythonBuildExecute(t *testing.T) {
122122
"python": "python",
123123
}
124124

125-
err := buildExecute(&config, &utils, []string{}, virutalEnvironmentPathMap)
125+
err := buildExecute(&config, &utils, virutalEnvironmentPathMap)
126126

127127
assert.NoError(t, err)
128128
assert.Equal(t, "python", utils.ExecMockRunner.Calls[0].Exec)

resources/metadata/pythonBuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
- STEPS
2626
- name: setupFlags
2727
type: "[]string"
28-
description: Defines list of flags passed to setup.py.
28+
description: Defines list of flags passed to setup.py / build module.
2929
scope:
3030
- PARAMETERS
3131
- STAGES

0 commit comments

Comments
 (0)