Skip to content

Commit

Permalink
syntax error
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Kolberg <[email protected]>
  • Loading branch information
amdprophet committed Nov 1, 2024
1 parent 32242e9 commit b9945d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ jobs:
find . -type f -name 'otelcol-sumo*' \
| sed 's/^\.\///' \
| while read -r file; do
new_name=$(echo "$file" | sed 's/otelcol-sumo/otelcol-sumo-${version}/g')
new_name=$(echo "$file" | sed "s/otelcol-sumo/otelcol-sumo-${version}/g")
mv "$file" "$new_name"
done
Expand Down

0 comments on commit b9945d0

Please sign in to comment.