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