Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Romeo Kienzler committed Sep 6, 2021
1 parent c1e738a commit 43d581e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/generate_elyra_component_config.sh
Expand Up @@ -3,5 +3,5 @@ for file in `find ../claimed/component-library/ -name "*.yaml"`; do
new_file=`echo $file|sed -s 's/..\/claimed\/component-library//'`
component_name=${file##*/}
component_name=`echo $component_name | sed -s 's/.yaml//'`
printf '"%s": {\n "location": {\n "url": "https://raw.githubusercontent.com/IBM/claimed/master/component-library/%s"\n },\n "category": "kfp"\n }' $component_name $new_file
printf '"%s": {\n "location": {\n "url": "https://raw.githubusercontent.com/IBM/claimed/master/component-library/%s"\n },\n "category": "kfp"\n },\n' $component_name $new_file
done

0 comments on commit 43d581e

Please sign in to comment.