From e0ba4a33eb19536e3ffcdfcd45814e1f4f89daa6 Mon Sep 17 00:00:00 2001 From: oufmilo <44617467+oufmilo@users.noreply.github.com> Date: Mon, 8 May 2023 09:26:54 +0200 Subject: [PATCH] Fix syntax --- scripts/restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index 8002398..27a899f 100644 --- a/scripts/restore +++ b/scripts/restore @@ -38,7 +38,7 @@ ynh_script_progression --message="Reinstalling pnpm + rust..." --weight=1 # Define and install pnpm + rust pushd "$install_dir" - curl https://sh.rustup.rs -sSf | ynh_exec_warn_less ynh_exec_as $app 'sh -s -- -y' + curl https://sh.rustup.rs -sSf | ynh_exec_warn_less ynh_exec_as $app sh -s -- -y export PATH="$install_dir/.cargo/bin:$PATH" ynh_use_nodejs corepack enable