From db62524365452725a57dc14720d6be6e82d4e96d Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 13 Mar 2021 13:06:57 +0100 Subject: [PATCH] Typo --- scripts/ynh_install_python | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ynh_install_python b/scripts/ynh_install_python index 45239cc..4e9c468 100644 --- a/scripts/ynh_install_python +++ b/scripts/ynh_install_python @@ -3,7 +3,7 @@ ynh_python_try_bash_extension() { if [ -x src/configure ]; then src/configure && make -C src || { - echo "Optional bash extension failed to build, but things will still work normally." + ynh_print_info --message="Optional bash extension failed to build, but things will still work normally." } fi }