Skip to content

Commit

Permalink
Fix PR comments about issue #17
Browse files Browse the repository at this point in the history
PR comment is here: #35 (comment)

Signed-off-by: David Festal <dfestal@redhat.com>
  • Loading branch information
davidfestal committed Apr 10, 2020
1 parent 636fff6 commit 04e50e3
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ spec:
description: Optional specification of the path in the
container where project sources should be transferred/mounted
when `mountSources` is `true`. When omitted, the value
of the `PROJECT_SOURCE` environment variable is used.
of the `PROJECT_ROOT` environment variable is used.
type: string
volumes:
items:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ spec:
description: Optional specification of the path in the container
where project sources should be transferred/mounted when
`mountSources` is `true`. When omitted, the value of the
`PROJECT_SOURCE` environment variable is used.
`PROJECT_ROOT` environment variable is used.
type: string
volumes:
items:
Expand Down
2 changes: 1 addition & 1 deletion pkg/apis/workspaces/v1alpha1/containerComponent.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ type Container struct {
//
// Optional specification of the path in the container where
// project sources should be transferred/mounted when `mountSources` is `true`.
// When omitted, the value of the `PROJECT_SOURCE` environment variable is used.
// When omitted, the value of the `PROJECT_ROOT` environment variable is used.
SourceMapping string `json:"sourceMapping"`
}

Expand Down
2 changes: 1 addition & 1 deletion schemas/devfile.json
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@
"type": "string"
},
"sourceMapping": {
"description": "Optional specification of the path in the container where project sources should be transferred/mounted when `mountSources` is `true`. When omitted, the value of the `PROJECT_SOURCE` environment variable is used.",
"description": "Optional specification of the path in the container where project sources should be transferred/mounted when `mountSources` is `true`. When omitted, the value of the `PROJECT_ROOT` environment variable is used.",
"type": "string"
},
"volumes": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/devworkspace-template-spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@
"type": "string"
},
"sourceMapping": {
"description": "Optional specification of the path in the container where project sources should be transferred/mounted when `mountSources` is `true`. When omitted, the value of the `PROJECT_SOURCE` environment variable is used.",
"description": "Optional specification of the path in the container where project sources should be transferred/mounted when `mountSources` is `true`. When omitted, the value of the `PROJECT_ROOT` environment variable is used.",
"type": "string"
},
"volumes": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/devworkspace-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@
"type": "string"
},
"sourceMapping": {
"description": "Optional specification of the path in the container where project sources should be transferred/mounted when `mountSources` is `true`. When omitted, the value of the `PROJECT_SOURCE` environment variable is used.",
"description": "Optional specification of the path in the container where project sources should be transferred/mounted when `mountSources` is `true`. When omitted, the value of the `PROJECT_ROOT` environment variable is used.",
"type": "string"
},
"volumes": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/devworkspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@
"type": "string"
},
"sourceMapping": {
"description": "Optional specification of the path in the container where project sources should be transferred/mounted when `mountSources` is `true`. When omitted, the value of the `PROJECT_SOURCE` environment variable is used.",
"description": "Optional specification of the path in the container where project sources should be transferred/mounted when `mountSources` is `true`. When omitted, the value of the `PROJECT_ROOT` environment variable is used.",
"type": "string"
},
"volumes": {
Expand Down

0 comments on commit 04e50e3

Please sign in to comment.