mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-15 08:23:28 -03:00
Fix bump_version to handle spaced filename
This commit is contained in:
@@ -58,7 +58,7 @@ for subproject in ${jellyfin_subprojects[@]}; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
# Set the version in the GitHub issue template file
|
# 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
|
# Stage the changed files for commit
|
||||||
git add .
|
git add .
|
||||||
|
|||||||
Reference in New Issue
Block a user