Skip to content

Commit

Permalink
Fix label assets
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed May 10, 2023
1 parent fbb9d71 commit aa2adab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/label-assets
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ for asset; do
*.deb ) label="${label} deb" ;;
*.rpm ) label="${label} RPM" ;;
esac
printf "%s#%s\n" "$asset" "$label"
printf '"%s#%s"\n' "$asset" "$label"
done

0 comments on commit aa2adab

Please sign in to comment.