mirror of
https://github.com/YunoHost-Apps/searxng_ynh.git
synced 2024-09-03 20:26:00 +02:00
Update updater.sh
Add quotes for commit_sha value
This commit is contained in:
parent
d3db999d66
commit
f8a04b692c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/updater.sh
vendored
2
.github/workflows/updater.sh
vendored
|
@ -48,7 +48,7 @@ fi
|
|||
#=================================================
|
||||
|
||||
# Replace new version in _common.sh
|
||||
sed -i "s/^commit_sha=.*/commit_sha=$commit_hash/" scripts/_common.sh
|
||||
sed -i "s/^commit_sha=.*/commit_sha=\"$commit_hash\"/" scripts/_common.sh
|
||||
|
||||
#=================================================
|
||||
# GENERIC FINALIZATION
|
||||
|
|
Loading…
Reference in a new issue