Skip to content
Snippets Groups Projects
Verified Commit 9bd542e6 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

fix typo in `desired_version` variable

parent 65faf444
No related branches found
No related tags found
1 merge request!297Update dependency zorn-v/nextcloud-social-login to v4.18.1
Pipeline #31287 passed with stages
in 13 minutes and 15 seconds
......@@ -68,7 +68,7 @@ data:
then
echo "App {{ .name }} is up-to-date at version {{ .version }}"
else
echo "No match in ${app_versions} for \"{{ .name }}\":\"rdesired_version\","
echo "No match in ${app_versions} for \"{{ .name }}\":\"$desired_version\","
echo "Installing app {{ .github_repository }} version '{{ .version }}'"
# Where to install the app
target_directory="/var/www/html/custom_apps"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment