Rename function
This commit is contained in:
parent
b31551267f
commit
3b19be4059
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user