From f6ef4bec3271645d4682581414c05559f07f991d Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sat, 24 Feb 2018 16:59:03 +0100 Subject: [PATCH] Typo --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 9427a4a..9e1fbb0 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -53,7 +53,7 @@ if ynh_version_gt "0.54-2" "${version}" ; then fi if ynh_version_gt "0.54-3" "${version}" ; then apt-key del EA312927 - wget https://www.mongodb.org/static/pgp/server-3.2.asc -o - | apt-key add - + wget https://www.mongodb.org/static/pgp/server-3.2.asc -O - | apt-key add - fi if ynh_version_gt "0.63-1" "${version}" ; then ynh_install_nodejs 4.8.7