Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
fix: make sure we don't loop if there are spaces in the fields
Browse files Browse the repository at this point in the history
Fixes eclipse-che/che#20786

Change-Id: I789b2f6ce4ef8e733b3a3633e7523fd416d977e3
Signed-off-by: Florent Benoit <[email protected]>
  • Loading branch information
benoitf committed Nov 17, 2021
1 parent ff34cb6 commit 9d8a03c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ processDevWorkspacePlugins() {
# Array of object containing: name, env and extensions fields
flattenedDevfile=$(cat "/devworkspace-metadata/flattened.devworkspace.yaml")
vsixPerComponents=$(analyze_flattened_devfile "$flattenedDevfile")
IFS=$'\n'
for componentData in $vsixPerComponents; do

# Component is in the name
Expand Down

0 comments on commit 9d8a03c

Please sign in to comment.