diff options
author | HZH <42015599+capric98@users.noreply.github.com> | 2022-04-13 20:28:28 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-13 20:28:28 +0800 |
commit | 095beb860584a9e4967c7f8c2574c754ab63178a (patch) | |
tree | 59d9875e7ec3c0634b552ccbc22f712c8bfc089f | |
parent | 1388b44f8b1397687660331c607cdf85a5cf785a (diff) | |
download | searxng-095beb860584a9e4967c7f8c2574c754ab63178a.tar.gz searxng-095beb860584a9e4967c7f8c2574c754ab63178a.zip |
typo: wanr_msg -> warn_msg
-rwxr-xr-x | utils/lib_nvm.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/lib_nvm.sh b/utils/lib_nvm.sh index 04aa8a92e..6dc0f5ed4 100755 --- a/utils/lib_nvm.sh +++ b/utils/lib_nvm.sh @@ -69,7 +69,7 @@ nvm.min_node() { local higher_v if ! command -v node >/dev/null; then - wanr_msg "Node.js is not yet installed" + warn_msg "Node.js is not yet installed" return 42 fi |