瀏覽代碼

Fix bump_version to handle spaced filename

Joshua M. Boniface 1 月之前
父節點
當前提交
3596fc0693
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      bump_version

+ 1 - 1
bump_version

@@ -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 .