mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
Gotta put that & at the end to be consistent with everything else
This commit is contained in:
parent
a0c2b22be9
commit
c958b7eff5
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ _INSTALL_APP () {
|
|||
then
|
||||
local default_value=$(jq -e -r --arg ARG $ARG '.arguments.install[] | select(.name==$ARG) | .default' $package_path/manifest.json)
|
||||
[[ $? -eq 0 ]] || { log_error "Missing install arg $ARG ?"; return 1; }
|
||||
install_args+="&$ARG=$default_value"
|
||||
install_args+="$ARG=$default_value&"
|
||||
fi
|
||||
done
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue