1
0
mirror of https://github.com/jellyfin/jellyfin.git synced 2026-07-04 15:07:10 +00:00

Fix bump_version to handle spaced filename

This commit is contained in:
Joshua M. Boniface
2025-10-26 21:50:38 -04:00
parent 6fa69f9fe5
commit d5fd5dfe6a
+1 -1
View File
@@ -58,7 +58,7 @@ for subproject in ${jellyfin_subprojects[@]}; do
done
# Set the version in the GitHub issue template file
sed -i "s|${old_version}|${new_version_sed}|g" ${issue_template_file}
sed -i "s|${old_version}|${new_version_sed}|g" "${issue_template_file}"
# Stage the changed files for commit
git add .