Remove spurious character
This commit is contained in:
parent
f1736e4c73
commit
a4cadd5be9
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
if [[ "$COMMIT_SHA" && "$SHORT_SHA" ]]; then
|
||||
target="<!--GIT_COMMIT_LINK-->"
|
||||
replace=" [<a href='https://github.com/GoogleCloudPlatform/microservices-demo/commit/${COMMIT_SHA}'\
|
||||
style='font-size:80%'>${SHORT_SHA}</a>]#"
|
||||
style='font-size:80%'>${SHORT_SHA}</a>]"
|
||||
|
||||
sed -i'' -e "s^$target^$replace^g" src/frontend/templates/footer.html
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue