Remove alert from shellcheck
This commit is contained in:
parent
74acf83bdd
commit
fee49923d8
1 changed files with 1 additions and 0 deletions
|
@ -135,6 +135,7 @@ do
|
|||
sed -i "s/__authoring_date__/${AUTHORING_DATE}/g" "${file}"
|
||||
sed -i "s/__project_name__/${PROJECT_NAME}/g" "${file}"
|
||||
sed -i "s/__version__/${VERSION}/g" "${file}"
|
||||
# shellcheck disable=SC2001
|
||||
escape_url=$(echo "${URL}" | sed 's_/_\\/_g')
|
||||
sed -i "s/__url__/${escape_url}/g" "${file}"
|
||||
sed -i "s/__license__/${LICENSE}/g" "${file}"
|
||||
|
|
Loading…
Reference in a new issue