Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
chuckwagoncomputing committed Jul 17, 2023
1 parent fdd1f43 commit 885ce9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ for c in $CONNECTORS; do
else
echo "Image: $IMG"
cp "$(dirname "$c")/$IMG" "$DIR"
# Patch legacy YAMLs by moving .info.pins to .info.image.pins
yq --inplace e '.info.image.pins = .info.pins' "$c"
yq --inplace e 'del(.info.pins)' "$c"
fi
Expand Down

0 comments on commit 885ce9a

Please sign in to comment.