From 3b19be4059b10c202fdfc210f2a7a1f48caf4d9c Mon Sep 17 00:00:00 2001 From: adrien Date: Sun, 13 Dec 2020 17:59:58 +0100 Subject: [PATCH] Rename function --- bw-updater | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bw-updater b/bw-updater index 5e41f57..b91dc6b 100644 --- a/bw-updater +++ b/bw-updater @@ -27,7 +27,7 @@ function send_message { fi } -function download_and_compile_bitwarden { +function update_bitwarden { rm --recursive --force /tmp/bitwarden # clone the latest release @@ -65,5 +65,5 @@ then send_message "[Bitwarden] - Bitwarden RS is up to date." else send_message "[Bitwarden] - Bitwarden RS is not up to date (https://github.com/dani-garcia/bitwarden_rs/commit/${latest_release})." - download_and_compile_bitwarden + update_bitwarden fi